You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mikhail Fursov (JIRA)" <ji...@apache.org> on 2006/12/13 13:56:23 UTC

[jira] Updated: (HARMONY-2667) [drlvm]stack_trace.cpp:get_file_and_line(...) uses incorrect IP for hardware exceptions

     [ http://issues.apache.org/jira/browse/HARMONY-2667?page=all ]

Mikhail Fursov updated HARMONY-2667:
------------------------------------

    Attachment: ippast.diff

the fix

> [drlvm]stack_trace.cpp:get_file_and_line(...) uses incorrect IP for hardware exceptions
> ---------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2667
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2667
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>         Attachments: ippast.diff
>
>
> Testcase:
>     public static void main(String[] args) {
>         jit(Address.zero());
>     }
>     static void jit(Address address) {
>           address.store(0);
>     }
> You have to add mmtk.jar (look bootstrap libraries) to compile this test

-- 
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