You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Eugene S. Ostrovsky (JIRA)" <ji...@apache.org> on 2007/10/11 18:38:50 UTC

[jira] Created: (HARMONY-4930) [drlvm][jvmti][jdwp] 4 JDWP unit test VirtualMachine.SuspendTest failed

[drlvm][jvmti][jdwp] 4 JDWP unit test VirtualMachine.SuspendTest failed
-----------------------------------------------------------------------

                 Key: HARMONY-4930
                 URL: https://issues.apache.org/jira/browse/HARMONY-4930
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: Windows, Linux x86
            Reporter: Eugene S. Ostrovsky


Test
org.apache.harmony.jpda.tests.jdwp.VirtualMachine.SuspendTest
failed.


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


[jira] Assigned: (HARMONY-4930) [drlvm][jvmti][jdwp] 4 JDWP unit test VirtualMachine.SuspendTest failed

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

Gregory Shimansky reassigned HARMONY-4930:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][jvmti][jdwp] 4 JDWP unit test VirtualMachine.SuspendTest failed
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-4930
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4930
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows, Linux x86
>            Reporter: Eugene S. Ostrovsky
>            Assignee: Gregory Shimansky
>         Attachments: H4930.patch, H4930.patch
>
>
> Test
> org.apache.harmony.jpda.tests.jdwp.VirtualMachine.SuspendTest
> failed.

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


[jira] Updated: (HARMONY-4930) [drlvm][jvmti][jdwp] 4 JDWP unit test VirtualMachine.SuspendTest failed

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

Pavel Rebriy updated HARMONY-4930:
----------------------------------

    Attachment: H4930.patch

An updated patch. Compilation is fixed.

> [drlvm][jvmti][jdwp] 4 JDWP unit test VirtualMachine.SuspendTest failed
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-4930
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4930
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows, Linux x86
>            Reporter: Eugene S. Ostrovsky
>         Attachments: H4930.patch, H4930.patch
>
>
> Test
> org.apache.harmony.jpda.tests.jdwp.VirtualMachine.SuspendTest
> failed.

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


[jira] Commented: (HARMONY-4930) [drlvm][jvmti][jdwp] 4 JDWP unit test VirtualMachine.SuspendTest failed

Posted by "Eugene S. Ostrovsky (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-4930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534090 ] 

Eugene S. Ostrovsky commented on HARMONY-4930:
----------------------------------------------

The reason of the bug is incorrect thread state returned by GetThreadState() JVMTI function. 
Returned state value 0x100001 == (JVMTI_THREAD_STATE_ALIVE | JVMTI_THREAD_STATE_SUSPENDED) is incorrect because spec requires that Alive bit must be set together with one of the following: Runnable, Blocked, Waiting.

This bug appears with r583223 commit.


> [drlvm][jvmti][jdwp] 4 JDWP unit test VirtualMachine.SuspendTest failed
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-4930
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4930
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows, Linux x86
>            Reporter: Eugene S. Ostrovsky
>
> Test
> org.apache.harmony.jpda.tests.jdwp.VirtualMachine.SuspendTest
> failed.

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


[jira] Updated: (HARMONY-4930) [drlvm][jvmti][jdwp] 4 JDWP unit test VirtualMachine.SuspendTest failed

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

Pavel Rebriy updated HARMONY-4930:
----------------------------------

    Attachment: H4930.patch

Patch to fix the issue.

> [drlvm][jvmti][jdwp] 4 JDWP unit test VirtualMachine.SuspendTest failed
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-4930
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4930
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows, Linux x86
>            Reporter: Eugene S. Ostrovsky
>         Attachments: H4930.patch
>
>
> Test
> org.apache.harmony.jpda.tests.jdwp.VirtualMachine.SuspendTest
> failed.

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


[jira] Closed: (HARMONY-4930) [drlvm][jvmti][jdwp] 4 JDWP unit test VirtualMachine.SuspendTest failed

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

Gregory Shimansky closed HARMONY-4930.
--------------------------------------


No response, assuming ok.

> [drlvm][jvmti][jdwp] 4 JDWP unit test VirtualMachine.SuspendTest failed
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-4930
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4930
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows, Linux x86
>            Reporter: Eugene S. Ostrovsky
>            Assignee: Gregory Shimansky
>         Attachments: H4930.patch, H4930.patch
>
>
> Test
> org.apache.harmony.jpda.tests.jdwp.VirtualMachine.SuspendTest
> failed.

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


[jira] Resolved: (HARMONY-4930) [drlvm][jvmti][jdwp] 4 JDWP unit test VirtualMachine.SuspendTest failed

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

Gregory Shimansky resolved HARMONY-4930.
----------------------------------------

    Resolution: Fixed

Patch is applied at 584203. Please check that the bug is fixed for you.

> [drlvm][jvmti][jdwp] 4 JDWP unit test VirtualMachine.SuspendTest failed
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-4930
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4930
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Windows, Linux x86
>            Reporter: Eugene S. Ostrovsky
>            Assignee: Gregory Shimansky
>         Attachments: H4930.patch, H4930.patch
>
>
> Test
> org.apache.harmony.jpda.tests.jdwp.VirtualMachine.SuspendTest
> failed.

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