Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 79270 invoked from network); 16 May 2007 14:38:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2007 14:38:38 -0000 Received: (qmail 20763 invoked by uid 500); 16 May 2007 14:38:44 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 20662 invoked by uid 500); 16 May 2007 14:38:44 -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 20653 invoked by uid 99); 16 May 2007 14:38:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2007 07:38:44 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2007 07:38:37 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F2861714073 for ; Wed, 16 May 2007 07:38:16 -0700 (PDT) Message-ID: <10188391.1179326296991.JavaMail.jira@brutus> Date: Wed, 16 May 2007 07:38:16 -0700 (PDT) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3382) [drlvm][jit][jet][EUT] 1 test from org.eclipse.jdt.core.tests.compiler.parser.TestAll suit fails fails due to assert in JET In-Reply-To: <16975215.1173788529894.JavaMail.jira@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 [ https://issues.apache.org/jira/browse/HARMONY-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky updated HARMONY-3382: --------------------------------------- Summary: [drlvm][jit][jet][EUT] 1 test from org.eclipse.jdt.core.tests.compiler.parser.TestAll suit fails fails due to assert in JET (was: [drlvm][JET][EUT] 1 test from org.eclipse.jdt.core.tests.compiler.parser.TestAll suit fails fails due to assert in JET) > [drlvm][jit][jet][EUT] 1 test from org.eclipse.jdt.core.tests.compiler.parser.TestAll suit fails fails due to assert in JET > --------------------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-3382 > URL: https://issues.apache.org/jira/browse/HARMONY-3382 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: test case (X.java) is to be compiled with Eclipse compiler > Reporter: Aleksey Ignatenko > Assigned To: Alexey Varlamov > Attachments: H3382.patch.txt, X.java > > > org.eclipse.jdt.core.tests.compiler.regression.test044 fails due to assertion in JET code. > Stack trace: > > jitrino.dll!_assert(const char * expr=0x01b64e38, const char * filename=0x01b64d68, unsigned int lineno=102) Line 295 C > jitrino.dll!Jitrino::Jet::SmartPtr::operator[](unsigned int idx=25) Line 102 + 0x1c C++ > jitrino.dll!Jitrino::Jet::Compiler::gen_bb_leave(unsigned int to=25) Line 614 + 0x1a C++ > jitrino.dll!Jitrino::Jet::Compiler::handle_inst() Line 100 C++ > jitrino.dll!Jitrino::Jet::Compiler::comp_gen_insts(unsigned int pc=14, unsigned int parentPC=14, unsigned int jsr_lead=4294967295) Line 1018 C++ > jitrino.dll!Jitrino::Jet::Compiler::comp_gen_code_bb(unsigned int pc=14) Line 818 + 0x14 C++ > jitrino.dll!Jitrino::Jet::Compiler::compile(void * ch=0x0375f154, Method * method=0x0314b7d0, const OpenMethodExecutionParams & params={...}) Line 395 C++ > jitrino.dll!Jitrino::Jet::compile_with_params(void * jit_handle=0x01267810, void * ch=0x0375f154, Method * method=0x0314b7d0, OpenMethodExecutionParams params={...}) Line 523 + 0x17 C++ > jitrino.dll!JIT_compile_method_with_params(void * jit=0x01267810, void * compilation=0x0375f154, Method * method_handle=0x0314b7d0, OpenMethodExecutionParams compilation_params={...}) Line 274 + 0x15 C++ > harmonyvm.dll!Dll_JIT::compile_method_with_params(void * compilation=0x0375f154, Method * method=0x0314b7d0, OpenMethodExecutionParams flags={...}) Line 86 + 0x18 C++ > harmonyvm.dll!compile_do_compilation_jit(Method * method=0x0314b7d0, JIT * jit=0x01267810) Line 652 + 0x19 C++ > harmonyvm.dll!vm_compile_method(void * jit=0x01267810, Method * method=0x0314b7d0) Line 2472 + 0xd C++ > em.dll!DrlEMImpl::compileMethod(Method * mh=0x0314b7d0) Line 570 + 0x13 C++ > em.dll!CompileMethod(Method * method_handle=0x0314b7d0) Line 49 + 0x19 C++ > harmonyvm.dll!compile_do_compilation(Method * method=0x0314b7d0) Line 765 + 0x15 C++ > harmonyvm.dll!compile_me(Method * method=0x0314b7d0) Line 785 + 0x9 C++ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.