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 19:03:50 UTC

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

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