Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 51144 invoked from network); 26 Aug 2009 11:28:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Aug 2009 11:28:21 -0000 Received: (qmail 18682 invoked by uid 500); 26 Aug 2009 11:28:21 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 18654 invoked by uid 500); 26 Aug 2009 11:28:21 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 18644 invoked by uid 99); 26 Aug 2009 11:28:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2009 11:28:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2009 11:28:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4EFC5234C044 for ; Wed, 26 Aug 2009 04:27:59 -0700 (PDT) Message-ID: <1036532961.1251286079308.JavaMail.jira@brutus> Date: Wed, 26 Aug 2009 04:27:59 -0700 (PDT) From: "Pavel Pervov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6318) [drlvm][kernel] Attempting to load unsupported class version throws wrong exception type In-Reply-To: <175507584.1251224519274.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12747888#action_12747888 ] Pavel Pervov commented on HARMONY-6318: --------------------------------------- It was requested quite some time ago that HarmonyVM should be able to load java 6 classes. This can be disabled back though if no one objects. > [drlvm][kernel] Attempting to load unsupported class version throws wrong exception type > ---------------------------------------------------------------------------------------- > > Key: HARMONY-6318 > URL: https://issues.apache.org/jira/browse/HARMONY-6318 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Tim Ellison > > When running the 5.0 build of Harmony and attempting to load class files compiled with 1.6 target version, Harmony throws a verify error, whereas the RI throws an UnsupportedClassVersionError. > See HARMONY-6317 for an example. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.