Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 6513 invoked from network); 16 Oct 2006 06:23:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Oct 2006 06:23:53 -0000 Received: (qmail 19867 invoked by uid 500); 16 Oct 2006 06:23:53 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 19768 invoked by uid 500); 16 Oct 2006 06:23:52 -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 19757 invoked by uid 99); 16 Oct 2006 06:23:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Oct 2006 23:23:52 -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; Sun, 15 Oct 2006 23:23:48 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 965057142F7 for ; Sun, 15 Oct 2006 23:22:59 -0700 (PDT) Message-ID: <16297480.1160979779613.JavaMail.jira@brutus> Date: Sun, 15 Oct 2006 23:22:59 -0700 (PDT) From: "Alexey Varlamov (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Commented: (HARMONY-1668) [drlvm] tests.api.java.lang.reflect.InvocationTargetExceptionTest fails on interpreter In-Reply-To: <19125509.1159873459589.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-1668?page=comments#action_12442479 ] Alexey Varlamov commented on HARMONY-1668: ------------------------------------------ Both patches should be applied > [drlvm] tests.api.java.lang.reflect.InvocationTargetExceptionTest fails on interpreter > -------------------------------------------------------------------------------------- > > Key: HARMONY-1668 > URL: http://issues.apache.org/jira/browse/HARMONY-1668 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: interpreter gcc/debug DRLVM > Reporter: Alexey Varlamov > Priority: Minor > Attachments: H-1668.patch, Interpreter-and-JIT-mismatch-in-exception-status-assertion.txt, Interpreter-and-JIT-mismatch-in-exception-status-assertion.txt > > > The tests.api.java.lang.reflect.InvocationTargetExceptionTest fails on interpreter: > java: /nfs/ins/proj/drl/coreapi/avarlamo/harmony/linux.ia32/svn-repo/drlvm/vm/interpreter/src/interpreter.cpp:2531: void interpreter(StackFrame&): Assertion `!check_current_thread_exception()' failed. > SIGABRT in VM code. > ****** STACK DUMP: ************ > java/lang/Integer.(I)V (Integer.java:94) > java/lang/reflect/VMReflection.invokeMethod(JLjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (NULL:-2) > java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (NULL:-1) > tests/api/java/lang/reflect/InvocationTargetExceptionTest.test_ConstructorLjava_lang_Throwable()V (InvocationTargetExceptionTest.java:128) > java/lang/reflect/VMReflection.invokeMethod(JLjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (NULL:-2) > java/lang/reflect/Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (NULL:-1) > junit/framework/TestCase.runTest()V (TestCase.java:164) > junit/framework/TestCase.runBare()V (TestCase.java:132) > junit/framework/TestResult$1.protect()V (TestResult.java:107) > junit/framework/TestResult.runProtected(Ljunit/framework/Test;Ljunit/framework/Protectable;)V (TestResult.java:135) > junit/framework/TestResult.run(Ljunit/framework/TestCase;)V (TestResult.java:112) > junit/framework/TestCase.run(Ljunit/framework/TestResult;)V (TestCase.java:119) > junit/framework/TestSuite.runTest(Ljunit/framework/Test;Ljunit/framework/TestResult;)V (TestSuite.java:209) > junit/framework/TestSuite.run(Ljunit/framework/TestResult;)V (TestSuite.java:205) > junit/textui/TestRunner.doRun(Ljunit/framework/Test;Z)Ljunit/framework/TestResult; (TestRunner.java:122) > junit/textui/TestRunner.start([Ljava/lang/String;)Ljunit/framework/TestResult; (TestRunner.java:175) > junit/textui/TestRunner.main([Ljava/lang/String;)V (TestRunner.java:146) -- 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