Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 56351 invoked from network); 13 Dec 2006 09:44:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2006 09:44:59 -0000 Received: (qmail 87983 invoked by uid 500); 13 Dec 2006 09:45:04 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 87954 invoked by uid 500); 13 Dec 2006 09:45:04 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 87945 invoked by uid 99); 13 Dec 2006 09:45:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Dec 2006 01:45:04 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of t.p.ellison@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Dec 2006 01:44:52 -0800 Received: by nf-out-0910.google.com with SMTP id a4so499876nfc for ; Wed, 13 Dec 2006 01:44:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=PUa5JBeCZd4+ZbE7+zac0qMMcjygEShnzuOlZ0/q15lP0XEUP8PQSiYkzRsxUs8LMGHB4ZPtzCFp/4y6zh0QGVjNOIdA/Z13F4PHoRUXtUrWc53qoRVTEDQcFXUZjjwxtWrLwkkgqM/4bfwTGAbsvXVxN4ZNZrV6TEoOo5cJIbs= Received: by 10.49.42.5 with SMTP id u5mr2683485nfj.1166003070344; Wed, 13 Dec 2006 01:44:30 -0800 (PST) Received: from ?9.20.183.73? ( [195.212.29.75]) by mx.google.com with ESMTP id k24sm2804397nfc.2006.12.13.01.44.30; Wed, 13 Dec 2006 01:44:30 -0800 (PST) Message-ID: <457FCB77.2060206@gmail.com> Date: Wed, 13 Dec 2006 09:44:23 +0000 From: Tim Ellison User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [classlib][luni] update for bootstrapClassPath causes regression on DRL VM References: <6e47b64f0612122227p9371022h3e98701c8caf2d82@mail.gmail.com> <457FA29D.3050407@pobox.com> <6e47b64f0612122302n44d8f031y2ea6d31f4e6780d2@mail.gmail.com> <457FB48D.1080702@pobox.com> In-Reply-To: <457FB48D.1080702@pobox.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Geir Magnusson Jr. wrote: > Do we really have a problem? Or is it something else? > > Last night, Gregory tested his fix, and I've build snapshots (r486417) > on x86 linux/win and x86_64 linux and spot checked with apps and such, > and things seem to work. > > I'n posting the snapshots now to ~geirm and will send a separate note > for people to evaluate. Also catching up on mail. I suggested (on the other thread) that we need to define the return result for undefined properties, answering NULL seemed reasonable, but now I look at the vmiError enum in vmi.h it appears that we have already defined: "VMI_ERROR_NOT_FOUND -- The requested system property was not found" Regards, Tim