Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 43339 invoked from network); 11 Oct 2006 15:09:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Oct 2006 15:09:03 -0000 Received: (qmail 54306 invoked by uid 500); 11 Oct 2006 15:09:03 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 54199 invoked by uid 500); 11 Oct 2006 15:09:03 -0000 Mailing-List: contact harmony-commits-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-commits@incubator.apache.org Received: (qmail 54188 invoked by uid 99); 11 Oct 2006 15:09:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2006 08:09:03 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2006 08:09:02 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AD71C7142DF for ; Wed, 11 Oct 2006 08:08:21 -0700 (PDT) Message-ID: <26394191.1160579301707.JavaMail.root@brutus> Date: Wed, 11 Oct 2006 08:08:21 -0700 (PDT) From: "Egor Pasko (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Commented: (HARMONY-1775) [drlvm][jit][unit] Classlib test org.apache.harmony.luni.tests.util.Base64Test fails in OPT mode In-Reply-To: <9886330.1160392640501.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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 [ http://issues.apache.org/jira/browse/HARMONY-1775?page=comments#action_12441473 ] Egor Pasko commented on HARMONY-1775: ------------------------------------- same reason as in HARMONY-1774. with RCE off all tests pass. May be closed as duplicate. > [drlvm][jit][unit] Classlib test org.apache.harmony.luni.tests.util.Base64Test fails in OPT mode > ------------------------------------------------------------------------------------------------ > > Key: HARMONY-1775 > URL: http://issues.apache.org/jira/browse/HARMONY-1775 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Elena Semukhina > Priority: Critical > Attachments: Base64.java, Decode.java, TestBase64.java > > > Passes in JET while fails in OPT in the following way: > >java -showversion -Xem:opt TestBase64 > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundatio > n or its licensors, as applicable. > java version "1.5.0" > pre-alpha : not complete or compatible > svn = r454267, (Oct 9 2006), Windows/ia32/msvc 1310, debug build > http://incubator.apache.org/harmony > JNI.ExceptionDescribe: java/lang/ArrayIndexOutOfBoundsException: > java/lang/ArrayIndexOutOfBoundsException : (null) > at org.apache.harmony.luni.util.Base64.decode (Base64.java: -1) > at org.apache.harmony.luni.util.Base64.decode (Base64.java: -1) > at TestBase64.main (TestBase64.java: 6) > Error occured while running starter class: Exception left unhandled before destr > oying VM > JNI.ExceptionDescribe: java/lang/ArrayIndexOutOfBoundsException: > java/lang/ArrayIndexOutOfBoundsException : (null) > at org.apache.harmony.luni.util.Base64.decode (Base64.java: -1) > at org.apache.harmony.luni.util.Base64.decode (Base64.java: -1) > at TestBase64.main (TestBase64.java: 6) > Error occured in starter class shutdown() method. > A simple standalone test to reproduce the issue is attached. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira