Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 82004 invoked from network); 30 May 2007 12:25:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 May 2007 12:25:40 -0000 Received: (qmail 31964 invoked by uid 500); 30 May 2007 12:25:44 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 31938 invoked by uid 500); 30 May 2007 12:25: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 31929 invoked by uid 99); 30 May 2007 12:25:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2007 05:25: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, 30 May 2007 05:25:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2A480714183 for ; Wed, 30 May 2007 05:25:16 -0700 (PDT) Message-ID: <4965538.1180527916170.JavaMail.jira@brutus> Date: Wed, 30 May 2007 05:25:16 -0700 (PDT) From: "Ivan Popov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3990) [drlvm][thread]agent test detects the thread event problem In-Reply-To: <14573805.1180351937412.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-3990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500116 ] Ivan Popov commented on HARMONY-3990: ------------------------------------- Verified in harmony-jdk-r542764. Now attached tests and affected TPTP profiler tests pass. This issues can be closed. > [drlvm][thread]agent test detects the thread event problem > ---------------------------------------------------------- > > Key: HARMONY-3990 > URL: https://issues.apache.org/jira/browse/HARMONY-3990 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: win ia32, msvc, debug > Reporter: tatyana doubtsova > Assignee: Gregory Shimansky > Attachments: agent_test.zip, agent_test.zip, phase_start.patch > > > To reproduce (thanks to Ruslan Scherbakov) > unzip attached agent_test.zip, compile HellowWorld.java and run > > .\run_win.bat > ========================================================================================= > 1. run initial class > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable. > java version "1.5.0" > pre-alpha : not complete or compatible > svn = r541992, (May 27 2007), Windows/ia32/msvc 1310, debug build > http://incubator.apache.org/harmony > HELLO.world > ========================================================================================= > 2. run initial class WITH agent > Agent_OnLoad: pVm=011E2388, options=(null) > Agent_OnLoad: OK > 1. VMInit : thread=0284D008,208D2928, pJniEnv=01248760 > 2. ThreadStart : thread=0246DF58,208D2928, pJniEnv=01248760 > HELLO.world > 3. MonitorWait : thread=0246DF58,208D2928, pJniEnv=01248760, object=0013F1D0,208F3228, timeout=0 > 4. MonitorContendedEnter : thread=0246DF58,208D2928, pJniEnv=01248760, object=0013F1D0,208F3228 > 5. ThreadStart : thread=02919618,208F3184, pJniEnv=02913C78 > 6. MonitorContendedEntered: thread=0246DF58,208D2928, pJniEnv=01248760, object=0013F1D0,208F3228 > 7. MonitorWaited : thread=0246DF58,208D2928, pJniEnv=01248760, object=0013F1D0,208F3228, timeout=0 > 8. MonitorWait : thread=0246DF58,208D2928, pJniEnv=01248760, object=0013F1E0,208F3228, timeout=0 > 9. MonitorContendedEnter : thread=0246DF58,208D2928, pJniEnv=01248760, object=0013F1E0,208F3228 > 10. MonitorContendedEntered: thread=0246DF58,208D2928, pJniEnv=01248760, object=0013F1E0,208F3228 > 11. MonitorWaited : thread=0246DF58,208D2928, pJniEnv=01248760, object=0013F1E0,208F3228, timeout=0 > 12. ThreadEnd : thread=02849220,20900224, pJniEnv=028452F0 > ERROR : ThreadEnd event for unmatched JNI ptr: 028452F0 > 13. ThreadEnd : thread=028425C0,208F8224, pJniEnv=028401F8 > ERROR : ThreadEnd event for unmatched JNI ptr: 028401F8 > 14. ThreadEnd : thread=02919618,208F3184, pJniEnv=02913C78 > 15. VMDeath : pJniEnv=01248760 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.