Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 33655 invoked from network); 24 May 2007 09:22:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 May 2007 09:22:37 -0000 Received: (qmail 14489 invoked by uid 500); 24 May 2007 09:22:42 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 14469 invoked by uid 500); 24 May 2007 09:22:42 -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 14460 invoked by uid 99); 24 May 2007 09:22:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2007 02:22:42 -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; Thu, 24 May 2007 02:22:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5659A71403F for ; Thu, 24 May 2007 02:22:16 -0700 (PDT) Message-ID: <32609552.1179998536351.JavaMail.jira@brutus> Date: Thu, 24 May 2007 02:22:16 -0700 (PDT) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-3651) [drlvm][jit] Very slow compilation in Jitrino on Windows x86-64. In-Reply-To: <30310126.1176475275607.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-3651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Varlamov reassigned HARMONY-3651: ---------------------------------------- Assignee: Alexey Varlamov > [drlvm][jit] Very slow compilation in Jitrino on Windows x86-64. > ---------------------------------------------------------------- > > Key: HARMONY-3651 > URL: https://issues.apache.org/jira/browse/HARMONY-3651 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: winx64 > Reporter: Pavel Afremov > Assigned To: Alexey Varlamov > Priority: Minor > Attachments: build.diff, log.txt > > > Kernel test "java.lang.ThreadTest" on JET works 15 seconds, but 2.5 minutes on OPT. > Command: > ~/trunk-debug-20070405/working_vm/build $ time deploy/jdk/jre/bin/java -Xbootclasspath/a:"../../working_classlib/depends/jars/junit_3.8.2/junit.jar;win_em64t_msvc_debug/semis/kernel.tests/classes" -Dtest.resource.path=win_em64t_msvc_debug/semis/kernel.tests/resources -Xem:opt junit.textui.TestRunner java.lang.ThreadTest > Output: > ......................................... > ......................................... > ......... > Time: 24.297 > OK (91 tests) > real 2m35.573s > user 0m0.000s > sys 0m0.000s -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.