Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 63027 invoked from network); 2 Nov 2006 13:12:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2006 13:12:42 -0000 Received: (qmail 29196 invoked by uid 500); 2 Nov 2006 13:12:52 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 29157 invoked by uid 500); 2 Nov 2006 13:12:52 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 29005 invoked by uid 99); 2 Nov 2006 13:12:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 05:12:51 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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, 02 Nov 2006 05:12:39 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0EBEB7142F0 for ; Thu, 2 Nov 2006 05:12:19 -0800 (PST) Message-ID: <30927415.1162473139057.JavaMail.root@brutus> Date: Thu, 2 Nov 2006 05:12:19 -0800 (PST) From: "Mikhail Fursov (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Commented: (HARMONY-2056) [drlvm][jit] Jitrino.OPT's bpp.version=1 does not insert a polling code to every backedge In-Reply-To: <17382239.1162472536661.JavaMail.root@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 [ http://issues.apache.org/jira/browse/HARMONY-2056?page=comments#action_12446597 ] Mikhail Fursov commented on HARMONY-2056: ----------------------------------------- Options to run and get the log: java.exe -Djit.CS_OPT.f.filter=BBPBug::foo -Xem:opt -Djit.f.arg.codegen.bbp.version=1 -Djit.f.arg.log=ct,irdump,dotdump BBPBug > [drlvm][jit] Jitrino.OPT's bpp.version=1 does not insert a polling code to every backedge > ----------------------------------------------------------------------------------------- > > Key: HARMONY-2056 > URL: http://issues.apache.org/jira/browse/HARMONY-2056 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Mikhail Fursov > Priority: Minor > > This bug is not critical, because it's about bbp.version=1 mode and default mode is bbp.version=6. > I found this problem while debugging more critical BBP bug and tried version=1 for my temporary needs. > In BBP documentation (in sources) I found: > // version of BBPolling: > // 0 - must be discarded in runImpl() > // 1 - insert bbpCFG at all backedges > > So I expecting to have BBP code generated for this test: > public class BBPBug { > public static void main(String[] args) { > new BBPBug().foo(); > } > void foo() { > int i=0; > while (i<100) { > synchronized (this) { > i++; > } > } > } > } > The BBP code is not generated. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira