Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 55903 invoked from network); 22 May 2006 10:59:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 May 2006 10:59:52 -0000 Received: (qmail 93313 invoked by uid 500); 22 May 2006 10:59:48 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 93265 invoked by uid 500); 22 May 2006 10:59:48 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 93253 invoked by uid 99); 22 May 2006 10:59:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2006 03:59:48 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mike.fursov@gmail.com designates 64.233.162.201 as permitted sender) Received: from [64.233.162.201] (HELO nz-out-0102.google.com) (64.233.162.201) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2006 03:59:47 -0700 Received: by nz-out-0102.google.com with SMTP id z31so709241nzd for ; Mon, 22 May 2006 03:59:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=eHF1SHtzpRSg9TZa0OqmZAPNJOV2iCYe6AveBxu+0sS7HSt3coANjuzcIuUbdRpzMuwR91fFooUnIbMF9eA7XeZ+ZX+79Ae8hQY/L7ajcIMkbqLDgkzbEftuDlaUXphEtosgTeRI0npy8fnrJPC0caSDCV93SYzI736yPONsGw4= Received: by 10.36.250.61 with SMTP id x61mr5937192nzh; Mon, 22 May 2006 03:59:26 -0700 (PDT) Received: by 10.36.178.11 with HTTP; Mon, 22 May 2006 03:59:26 -0700 (PDT) Message-ID: Date: Mon, 22 May 2006 17:59:26 +0700 From: "Mikhail Fursov" To: harmony-dev@incubator.apache.org Subject: Re: [jchevm] class loader questions In-Reply-To: <4dd1f3f00605212042s3700beb0n7835677e44657d9f@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6748_21579624.1148295566478" References: <4dd1f3f00605212042s3700beb0n7835677e44657d9f@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_6748_21579624.1148295566478 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline May be this is synthetic field (inner->parent reference)? Check java asm for this test: public class Test { Object field; public class Inner { Inner() { field =3D null; } } } public class Test$Inner extends java.lang.Object{ Test$Inner(Test); Code: 0: aload_0 1: invokespecial #1; //Method java/lang/Object."":()V 4: aload_0 5: aload_1 6: putfield #2; //Field this$0:LTest; 9: aload_1 10: aconst_null 11: putfield #3; //Field Test.field:Ljava/lang/Object; 14: return On 5/22/06, Weldon Washburn wrote: > > > --=20 Mikhail Fursov Intel Middleware Products Division ------=_Part_6748_21579624.1148295566478--