You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "George Timoshenko (JIRA)" <ji...@apache.org> on 2007/05/07 10:58:15 UTC

[jira] Resolved: (HARMONY-2164) [drlvm][jit] static initializer is not being called on 'new' bytecode

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

George Timoshenko resolved HARMONY-2164.
----------------------------------------

    Resolution: Duplicate

the patch announced in HARMONY-3658
fixes this one also.

root cause of these issues is the same.

> [drlvm][jit] static initializer is not being called on 'new' bytecode
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-2164
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2164
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: George Timoshenko
>         Attachments: testcase.tgz
>
>
> There is an "optimization" in DRLVM: staticinit is being called before each static use of a class.
> But the SPEC says it also should be called on each "new" bytecode.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.