You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2007/01/17 06:57:27 UTC

[jira] Assigned: (HARMONY-2056) [drlvm][jit] Jitrino.OPT's bpp.version=1 does not insert a polling code to every backedge

     [ https://issues.apache.org/jira/browse/HARMONY-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Varlamov reassigned HARMONY-2056:
----------------------------------------

    Assignee: Alexey Varlamov

> [drlvm][jit] Jitrino.OPT's bpp.version=1 does not insert a polling code to every backedge
> -----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2056
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2056
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>         Assigned To: Alexey Varlamov
>            Priority: Minor
>         Attachments: 2056.fix
>
>
> 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: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira