You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Evgueni Brevnov (JIRA)" <ji...@apache.org> on 2007/08/20 12:35:32 UTC

[jira] Created: (HARMONY-4652) [drlvm][jit][opt] Lazy ecxeptions doesn't work with uninitialized classes.

[drlvm][jit][opt] Lazy ecxeptions doesn't work with uninitialized classes.
--------------------------------------------------------------------------

                 Key: HARMONY-4652
                 URL: https://issues.apache.org/jira/browse/HARMONY-4652
             Project: Harmony
          Issue Type: Improvement
          Components: DRLVM
         Environment: All
            Reporter: Evgueni Brevnov


Currently, lazy exceptions optimization skips cases when static initializer is not yet executed. This requirement seems a bit stronger than required. This little modification in the optimization  pass gives more than 5x improvement on micro-test from attachement.

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


[jira] Assigned: (HARMONY-4652) [drlvm][jit][opt] Lazy ecxeptions doesn't work with uninitialized classes.

Posted by "Mikhail Fursov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Fursov reassigned HARMONY-4652:
---------------------------------------

    Assignee: Mikhail Fursov

> [drlvm][jit][opt] Lazy ecxeptions doesn't work with uninitialized classes.
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4652
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4652
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: All
>            Reporter: Evgueni Brevnov
>            Assignee: Mikhail Fursov
>         Attachments: lazyexc_tuned.patch, TestExceptions.java
>
>
> Currently, lazy exceptions optimization skips cases when static initializer is not yet executed. This requirement seems a bit stronger than required. This little modification in the optimization  pass gives more than 5x improvement on micro-test from attachement.

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


[jira] Resolved: (HARMONY-4652) [drlvm][jit][opt] Lazy ecxeptions doesn't work with uninitialized classes.

Posted by "Mikhail Fursov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Fursov resolved HARMONY-4652.
-------------------------------------

    Resolution: Fixed

committed revision 469255

> [drlvm][jit][opt] Lazy ecxeptions doesn't work with uninitialized classes.
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4652
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4652
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: All
>            Reporter: Evgueni Brevnov
>            Assignee: Mikhail Fursov
>         Attachments: lazyexc_tuned.patch, TestExceptions.java
>
>
> Currently, lazy exceptions optimization skips cases when static initializer is not yet executed. This requirement seems a bit stronger than required. This little modification in the optimization  pass gives more than 5x improvement on micro-test from attachement.

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


[jira] Updated: (HARMONY-4652) [drlvm][jit][opt] Lazy ecxeptions doesn't work with uninitialized classes.

Posted by "Evgueni Brevnov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Evgueni Brevnov updated HARMONY-4652:
-------------------------------------

    Attachment: TestExceptions.java
                lazyexc_tuned.patch

> [drlvm][jit][opt] Lazy ecxeptions doesn't work with uninitialized classes.
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4652
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4652
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: All
>            Reporter: Evgueni Brevnov
>         Attachments: lazyexc_tuned.patch, TestExceptions.java
>
>
> Currently, lazy exceptions optimization skips cases when static initializer is not yet executed. This requirement seems a bit stronger than required. This little modification in the optimization  pass gives more than 5x improvement on micro-test from attachement.

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