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/03/06 11:43:24 UTC

[jira] Commented: (HARMONY-3297) [drlvm][jvmti] VM_Death event is sent before deamon threads are terminated

    [ https://issues.apache.org/jira/browse/HARMONY-3297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12478349 ] 

Gregory Shimansky commented on HARMONY-3297:
--------------------------------------------

With this patch I get the following smoke tests to fail both on windows and linux:

shutdown.TestNativeAllocation
shutdown.TestWaitSet

Please check what may be causing the failures.

> [drlvm][jvmti] VM_Death event is sent before deamon threads are terminated
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-3297
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3297
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Eugene S. Ostrovsky
>         Assigned To: Gregory Shimansky
>         Attachments: Fixed-VM_Death-event-is-sent-before-daemon-threads-are-terminated.patch
>
>
> According to spec no JVMTI events must be reported after the VM_Death event.
> In current implementation VM_Death event is sent before the termination of deamon threads. Thus deamon threads may produce events after the VM_Death.

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