Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 29036 invoked from network); 23 Jun 2006 03:22:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jun 2006 03:22:44 -0000 Received: (qmail 27464 invoked by uid 500); 23 Jun 2006 03:22:42 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 27413 invoked by uid 500); 23 Jun 2006 03:22:41 -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 27402 invoked by uid 99); 23 Jun 2006 03:22:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2006 20:22:41 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 64.74.244.71 is neither permitted nor denied by domain of geir@pobox.com) Received: from [64.74.244.71] (HELO chi.mobile-health-diary.com) (64.74.244.71) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 22 Jun 2006 20:22:40 -0700 Received: (qmail 31132 invoked from network); 23 Jun 2006 03:22:18 -0000 Received: from c-24-60-72-85.hsd1.ma.comcast.net (HELO ?10.0.1.4?) (geir@24.60.72.85) by b014.internal.mobile-health-diary.com with SMTP; 23 Jun 2006 03:22:18 -0000 Message-ID: <449B5E6B.90400@pobox.com> Date: Thu, 22 Jun 2006 23:22:19 -0400 From: Geir Magnusson Jr Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: harmony-dev@incubator.apache.org Subject: Re: [drlvm] Doing the minimum to support Java 5 classfiles References: <4499A3DE.9050905@pobox.com> <449A57B0.3010408@gmail.com> <51d555c70606221229t5cc7d0ddu23c950ad45d357df@mail.gmail.com> In-Reply-To: <51d555c70606221229t5cc7d0ddu23c950ad45d357df@mail.gmail.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This sounds easy and fun. What's the first thing we do? geir Rana Dasgupta wrote: > Geir, > Not sure at what level of detail you are asking, but we need some > changes in the DRLVM class support code to handle the new > class format. These include the acc_synthetic , acc_annotation etc. access > modifiers, the new attrs like enclosingClass, runtime > visible/invisible attrs, signatures for generics support and the > class/interface naming convention changes etc. There should be some small > changes in the interpreter and JIT to support the ldc CONSTANT_Class . > There are possibly some minimal associated changes to the kernel classes > also even without the full implementation of annotation, reflection etc. > kernel classes as Alexey pointed out on the previous 1.5 thread. > > Rana > > > On 6/22/06, Tim Ellison wrote: >> >> There are modest changes to the classfile format that need to be >> supported; once they are in place we can remove the compiler-hack. >> >> Regards, >> Tim >> >> Geir Magnusson Jr wrote: >> > It seems we're in general agreement that getting DRLVM to deal with >> Java >> > 5 classfiles is a good place to start. >> > >> > It supports our project desire to get off the target=jsr14 hack for >> > compiling. >> > >> > So, for those that know the DRLVM codebase, what are the steps? >> > >> > Anyone who throws the One Big Patch over the wall will be summarily >> > beaten about the head and neck with a trout, by the way, and we may not >> > defrost the trout first... lets use this as an exercise to start >> > learning about the DRLVM and get people talking about how to do these >> > things together, with small patches once we agree on the strategy :) >> > >> > geir >> > >> > --------------------------------------------------------------------- >> > Terms of use : http://incubator.apache.org/harmony/mailing.html >> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org >> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org >> > >> > >> >> -- >> >> Tim Ellison (t.p.ellison@gmail.com) >> IBM Java technology centre, UK. >> >> --------------------------------------------------------------------- >> Terms of use : http://incubator.apache.org/harmony/mailing.html >> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org >> For additional commands, e-mail: harmony-dev-help@incubator.apache.org >> >> > --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org