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/03/05 11:54:51 UTC

[jira] Updated: (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:all-tabpanel ]

Eugene S. Ostrovsky updated HARMONY-3297:
-----------------------------------------

    Attachment: Fixed-VM_Death-event-is-sent-before-daemon-threads-are-terminated.patch

Added patch:
  Fixed-VM_Death-event-is-sent-before-daemon-threads-are-terminated.patch

Fixes the issue.

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