Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 21220 invoked from network); 4 Dec 2007 19:12:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2007 19:12:06 -0000 Received: (qmail 72209 invoked by uid 500); 4 Dec 2007 19:11:55 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 72104 invoked by uid 500); 4 Dec 2007 19:11:54 -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 72095 invoked by uid 99); 4 Dec 2007 19:11:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 11:11:54 -0800 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; Tue, 04 Dec 2007 19:12:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 97064714246 for ; Tue, 4 Dec 2007 11:11:43 -0800 (PST) Message-ID: <3055796.1196795503616.JavaMail.jira@brutus> Date: Tue, 4 Dec 2007 11:11:43 -0800 (PST) From: "Sergey Dmitriev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5251) [drlvm][kernel] H4965 causes jboss/SPECjAppServer2004 failure In-Reply-To: <9341717.1196795383308.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-5251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Dmitriev updated HARMONY-5251: ------------------------------------- Attachment: jboss.linux32.classcaching.debug > [drlvm][kernel] H4965 causes jboss/SPECjAppServer2004 failure > ------------------------------------------------------------- > > Key: HARMONY-5251 > URL: https://issues.apache.org/jira/browse/HARMONY-5251 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: linux32 > win32 > Reporter: Sergey Dmitriev > Attachments: jboss.linux32.classcaching.debug, jboss.linux32.classcaching.release > > > Recently it's been discovered that > H4965 "[drlvm][kernel] ClassLoader.findLoadedClass() does not cache not owned classes" and > H5218 "[drlvm][kernel] null may be passed to registerInitiatedClass if class loader does not throw ClassNotFoundException for missing classes" > patches cause the JBoss/SPECjAppServer2004 failure. Meaning the VM crash. > Internal error:/localdisk/harmony.3dec/working_vm/vm/vmcore/include/hashtable.h:269: Element was inserted second time in MapEx!SIGABRT in $ > Stack trace: > 0: ?? (??:-1) > addr2line: '/mnt/huge/vm_heap': No such file > 1: ?? (`F+_F+D=@:-1) > addr2line: '/mnt/huge/vm_heap': No such file > 2: ?? (`F+_F+D=@:-1) > addr2line: '/mnt/huge/vm_heap': No such file > 3: ?? (`F+_F+D=@:-1) > addr2line: '/mnt/huge/vm_heap': No such file > 4: ?? (`F+_F+D=@:-1) > addr2line: '/mnt/huge/vm_heap': No such file > 5: ?? (`F+_F+D=@:-1) > 6: ?? (??:-1) > 7: ?? (??:-1) > 8: java/lang/ClassLoader.registerInitiatedClass(Ljava/lang/Class;)V (ClassLoader.java:-2) > . . . > Full logs are attached. > This is definetely about these patches: I've tried fresh (3 DEC) Harmony without the patches - JBoss works just fine. > Please be informed that there is another guilty commit H5090 "OSR" which play a role here. So when I say "Harmony without H4965 & H5218 works just fine" this means "with rolled back H5090 as well". I've checked this two cases separately. Just the first thing that causes JBoss to fail is these patches; later - having these patches rolled back - JBoss fails because of OSR patch. So please note this: you can just disable the osr_path in server.emconf. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.