Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 47565 invoked from network); 24 May 2007 10:08:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 May 2007 10:08:37 -0000 Received: (qmail 11817 invoked by uid 500); 24 May 2007 10:08:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 11788 invoked by uid 500); 24 May 2007 10:08: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 11779 invoked by uid 99); 24 May 2007 10:08: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 03:08: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 03:08:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 751B2714045 for ; Thu, 24 May 2007 03:08:16 -0700 (PDT) Message-ID: <12020533.1180001296476.JavaMail.jira@brutus> Date: Thu, 24 May 2007 03:08:16 -0700 (PDT) From: "George Timoshenko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-2057) [drlvm][jit] Jitrino.OPT's bpp.version=6 algorithm (the default) considers that all VM helpers are interruptable. 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-2057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] George Timoshenko updated HARMONY-2057: --------------------------------------- Attachment: HARMONY-2057_enum.patch oops vm-side changes were omitted > [drlvm][jit] Jitrino.OPT's bpp.version=6 algorithm (the default) considers that all VM helpers are interruptable. > ----------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-2057 > URL: https://issues.apache.org/jira/browse/HARMONY-2057 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Mikhail Fursov > Assigned To: Alexey Varlamov > Attachments: HARMONY-2057-regtest.patch, HARMONY-2057.patch, HARMONY-2057_enum.patch, HARMONY-2057_enum.patch, HARMONY-2057_enum.patch, SyncTest.java > > > Run SyncTest using 2 different bbp algorithms: > For BBP.version=1 (needs HARMONY-2056 to work correctly) > java.exe -Xem:opt -Djit. f.arg.codegen.bbp.version=1 -Djit.CS_OPT.f.filter=Waiter::run -Djit.f.arg.log=ct,irdump,dotdump -Djit.CS_OPT.arg.optimizer.inliner=off SyncTest > waiter started.. > stopper started.. > stopping.. > inside finish().. > stopped.. > passed! > For BBP.version=6 > java.exe -Xem:opt -Djit. f.arg.codegen.bbp.version=6 -Djit.CS_OPT.f.filter=Waiter::run -Djit.f.arg.log=ct,irdump,dotdump -Djit.CS_OPT.arg.optimizer.inliner=off SyncTest > waiter started.. > .....(hangs..) > If you check the IR you will see that for version=6 there was no BBP code insertion into the loop with monenter and monexit helpers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.