[ http://issues.apache.org/jira/browse/HARMONY-1528?page=comments#action_12437065 ]
Geir Magnusson Jr commented on HARMONY-1528:
--------------------------------------------
You are a gentleman and scholar and there are very few of us left :) Applying
> [DRLVM]jvmtiStopThread corner cases
> -----------------------------------
>
> Key: HARMONY-1528
> URL: http://issues.apache.org/jira/browse/HARMONY-1528
> Project: Harmony
> Issue Type: Bug
> Components: DRLVM
> Reporter: Nikolay Kuznetsov
> Attachments: stop_thread.patch, stop_thread_updated.patch
>
>
> jvmtiStopThread as well as Thread.stop() method does not take
> into account possibility to stop suspended or waiting threads,
> thus the following issues may occur:
> - waiting or suspended thread will not throw exceptions
> - suspended thread may start processing exception but stop
> at nearest safe_point
> - suspend will not suspend waiting thread but will allow
> to process notify and acquire monitor while remain suspended
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|