Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 1944 invoked from network); 4 Sep 2007 15:08:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2007 15:08:44 -0000 Received: (qmail 69700 invoked by uid 500); 4 Sep 2007 15:08:37 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 69329 invoked by uid 500); 4 Sep 2007 15:08:36 -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 69320 invoked by uid 99); 4 Sep 2007 15:08:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 08:08:36 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alexey.a.petrenko@gmail.com designates 64.233.182.191 as permitted sender) Received: from [64.233.182.191] (HELO nf-out-0910.google.com) (64.233.182.191) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 15:08:33 +0000 Received: by nf-out-0910.google.com with SMTP id 30so1472923nfu for ; Tue, 04 Sep 2007 08:08:12 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ksDaEieGJBpsU5YAS58bGvzI5zrbXlwuhFOyBg1aosaPjGm2Htvpu2uDcUUDI8CdIdq8lVrJXEX2GrL/S3TMhBVKIsa2+Bwsbc01Fit2ngC4bNIyy4muP4qd3+UqrfH6b76pTIS/SNg1dGA9lkJoRDXd1hCCmqGH/YcsQfsY7cU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=G55UqTnE3P5ADzSTfXWonvDNJCGCimVs0fE+adXUhXWdoe7od74+NGy+6WOha9K+GR/Quu9E2p3448ZgjC9HkcX2oOVQXJ/yqkdqTJxSRmHU/z30G8flsdK38JFLZhDV7060vo3mQuzed0QCCMf2MPzHwByXwEhjzZ/dLOOQ6eU= Received: by 10.86.98.18 with SMTP id v18mr4367046fgb.1188918492802; Tue, 04 Sep 2007 08:08:12 -0700 (PDT) Received: by 10.86.30.8 with HTTP; Tue, 4 Sep 2007 08:08:12 -0700 (PDT) Message-ID: Date: Tue, 4 Sep 2007 19:08:12 +0400 From: "Alexey Petrenko" To: dev@harmony.apache.org Subject: Re: [drlvm] DRLVM should accept Java6 classes now In-Reply-To: <46DD72E3.9060108@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46DD72E3.9060108@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Great news! Thanks, Gregory. SY, Alexey 2007/9/4, Gregory Shimansky : > Hello > > As of revision 572698 DRLVM should not throw UnsupportedClassVersion > when it sees a class file compiled with Java6 compiler (or with -target > 1.6 by ECJ 3.3). These class files should work with no problems with DRLVM. > > For testing I used classlib (trunk) compiled with ECJ 3.3 with -source > 1.6 -target 1.6 and all VM acceptance tests compiled with Sun's javac > from JDK 6.0. > > -- > Gregory > >