Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 51891 invoked from network); 27 Jun 2006 04:18:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jun 2006 04:18:50 -0000 Received: (qmail 23621 invoked by uid 500); 27 Jun 2006 04:18:44 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 23570 invoked by uid 500); 27 Jun 2006 04:18:43 -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 23559 invoked by uid 99); 27 Jun 2006 04:18:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jun 2006 21:18:43 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of alexey.v.varlamov@gmail.com designates 66.249.82.199 as permitted sender) Received: from [66.249.82.199] (HELO wx-out-0102.google.com) (66.249.82.199) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jun 2006 21:18:43 -0700 Received: by wx-out-0102.google.com with SMTP id t16so989581wxc for ; Mon, 26 Jun 2006 21:18:22 -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:content-transfer-encoding:content-disposition:references; b=lhU70c7eV9vb0NH9qqK8PtoYiGx9Rh1/EX9LExRZmwZTpKqsC48UA+4iXOWM5SaLoPZcs2oNH6Zw/Isg8rFEBN/Q78h32o847NQg74CqFxaIxTQdnigJ5L8mkhLFV0kPZkY3UyKsIyCjss3HkmTeAepr+Qdx2N0OYAXUw3d1UbY= Received: by 10.70.71.4 with SMTP id t4mr9716405wxa; Mon, 26 Jun 2006 21:18:22 -0700 (PDT) Received: by 10.70.23.20 with HTTP; Mon, 26 Jun 2006 21:18:21 -0700 (PDT) Message-ID: Date: Tue, 27 Jun 2006 11:18:21 +0700 From: "Alexey Varlamov" To: harmony-dev@incubator.apache.org, geir@pobox.com Subject: Re: [drlvm] Doing the minimum to support Java 5 classfiles In-Reply-To: <44A03C0A.3010802@pobox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <449C125F.1010509@gmail.com> <200606231801.k5NI1WCE023261@d06av02.portsmouth.uk.ibm.com> <6928c5160606261204g6e081111ic1b358c66a2f02a3@mail.gmail.com> <44A03C0A.3010802@pobox.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Folks, I'm back to work, glad to hear all of you :). Looks like planning and technical directions already settled, I'm right in time to go coding ;) Seriously, Pavel Pervov made good observation: very basic v49 support only includes accepting the version number + groking new LDC semantics. For the DRLVM, these are several-line-patches for verifier, interpreter and Jitrino.Jet (well, rather a helper function in VM, as was pointed by Evgueni). Recognizing new attributes will be needed no sooner than kernel classes can exploit them. --------------------------------------------------------------------- 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