You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Gregory Shimansky (JIRA)" <ji...@apache.org> on 2007/04/24 17:17:15 UTC

[jira] Resolved: (HARMONY-2081) [drlvm] Synthetic test with monexit without monenter before passed on RI but failed on DRLVM

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

Gregory Shimansky resolved HARMONY-2081.
----------------------------------------

    Resolution: Fixed

Patch which fixes crash on interpreter is applied at 531975. The bug itself is not fixed because first test fails on interpreter. For some reason no exception is thrown because monitor exit succeeds on the object which wasn't used for monitor enter.

So I am leaving this bug open.

> [drlvm] Synthetic test with monexit without monenter before passed on RI but failed on DRLVM
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2081
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2081
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Mikhail Fursov
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: interpreter-2081.diff, monexit.zip, TestME.zip
>
>
> Here is synthetic test in jasmin to demonstrate the problem: we do not handle the situation when monexit is called without monenter.
> The test passes on RI (BEA/SUN) and failed with -Xem:jet, -Xem:opt, -Xem:interpreter

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