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/02/13 13:49:05 UTC

[jira] Created: (HARMONY-3171) [drlvm][interpreter] finally block is unreachable when try statement uses while(true) loop

[drlvm][interpreter] finally block is unreachable when try statement uses while(true) loop
------------------------------------------------------------------------------------------

                 Key: HARMONY-3171
                 URL: https://issues.apache.org/jira/browse/HARMONY-3171
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
            Reporter: Alexey Varlamov
            Priority: Minor


The interpreter hangs on test from HARMONY-3116. 
The same test was added to java.lang.ThreadRTest as testStopFinally() and excluded for interpreter.

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


[jira] Resolved: (HARMONY-3171) [drlvm][interpreter] finally block is unreachable when try statement uses while(true) loop

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

Gregory Shimansky resolved HARMONY-3171.
----------------------------------------

    Resolution: Fixed

Test in HARMONY-3116 works ok with this patch. Patch applied at 512299. Please check that it was applied as expected.

> [drlvm][interpreter] finally block is unreachable when try statement uses while(true) loop
> ------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3171
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3171
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Alexey Varlamov
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: fix.diff
>
>
> The interpreter hangs on test from HARMONY-3116. 
> The same test was added to java.lang.ThreadRTest as testStopFinally() and excluded for interpreter.

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


[jira] Assigned: (HARMONY-3171) [drlvm][interpreter] finally block is unreachable when try statement uses while(true) loop

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

Gregory Shimansky reassigned HARMONY-3171:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][interpreter] finally block is unreachable when try statement uses while(true) loop
> ------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3171
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3171
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Alexey Varlamov
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: fix.diff
>
>
> The interpreter hangs on test from HARMONY-3116. 
> The same test was added to java.lang.ThreadRTest as testStopFinally() and excluded for interpreter.

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


[jira] Updated: (HARMONY-3171) [drlvm][interpreter] finally block is unreachable when try statement uses while(true) loop

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

Ivan Volosyuk updated HARMONY-3171:
-----------------------------------

    Attachment: fix.diff

Fix attached.

> [drlvm][interpreter] finally block is unreachable when try statement uses while(true) loop
> ------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3171
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3171
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Alexey Varlamov
>            Priority: Minor
>         Attachments: fix.diff
>
>
> The interpreter hangs on test from HARMONY-3116. 
> The same test was added to java.lang.ThreadRTest as testStopFinally() and excluded for interpreter.

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


[jira] Closed: (HARMONY-3171) [drlvm][interpreter] finally block is unreachable when try statement uses while(true) loop

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

Alexey Varlamov closed HARMONY-3171.
------------------------------------


> [drlvm][interpreter] finally block is unreachable when try statement uses while(true) loop
> ------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3171
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3171
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Alexey Varlamov
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: fix.diff
>
>
> The interpreter hangs on test from HARMONY-3116. 
> The same test was added to java.lang.ThreadRTest as testStopFinally() and excluded for interpreter.

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


[jira] Commented: (HARMONY-3171) [drlvm][interpreter] finally block is unreachable when try statement uses while(true) loop

Posted by "Elena Semukhina (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476533 ] 

Elena Semukhina commented on HARMONY-3171:
------------------------------------------

As this issue is fixed, we need to remove ThreadRTest from excluded lists. I've created HARMONY-3261 and attached the patch for that.
Gregory, could you please commit it?


> [drlvm][interpreter] finally block is unreachable when try statement uses while(true) loop
> ------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3171
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3171
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Alexey Varlamov
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: fix.diff
>
>
> The interpreter hangs on test from HARMONY-3116. 
> The same test was added to java.lang.ThreadRTest as testStopFinally() and excluded for interpreter.

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