You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pavel Pervov (JIRA)" <ji...@apache.org> on 2008/02/20 11:10:48 UTC

[jira] Created: (HARMONY-5536) [buildtest][vts] test vm.jvmti.funcs.RunAgentThread.RunAgentThread0101 is invalid and may fail intermittently.

[buildtest][vts] test vm.jvmti.funcs.RunAgentThread.RunAgentThread0101 is invalid and may fail intermittently.
--------------------------------------------------------------------------------------------------------------

                 Key: HARMONY-5536
                 URL: https://issues.apache.org/jira/browse/HARMONY-5536
             Project: Harmony
          Issue Type: Bug
          Components: build - test - ci
            Reporter: Pavel Pervov
            Priority: Minor


The problem in test is that main thread does not wait for agent thread to complete. So, main thread can finish (including sending VM Death event) prior agent thread runs to completion.

I'll attach the patch soon.

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


[jira] Updated: (HARMONY-5536) [buildtest][vts] test vm.jvmti.funcs.RunAgentThread.RunAgentThread0101 is invalid and may fail intermittently.

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

Pavel Pervov updated HARMONY-5536:
----------------------------------

    Attachment: H5536.patch

Here is the fix for RunAgentThread0101.

> [buildtest][vts] test vm.jvmti.funcs.RunAgentThread.RunAgentThread0101 is invalid and may fail intermittently.
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-5536
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5536
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Pavel Pervov
>            Priority: Minor
>         Attachments: H5536.patch
>
>
> The problem in test is that main thread does not wait for agent thread to complete. So, main thread can finish (including sending VM Death event) prior agent thread runs to completion.
> I'll attach the patch soon.

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