RFR: 8283467: runtime/Thread/StopAtExit.java needs updating
Daniel D.Daugherty
dcubed at openjdk.java.net
Wed Mar 23 16:02:26 UTC 2022
On Wed, 23 Mar 2022 00:52:19 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> A small fix to convert the runtime/Thread/StopAtExit.java from using the
>> java.lang.Thread.stop() method to using the JVM/TI StopThread() method.
>>
>> This fix has been tested with Mach5 Tier[134567] (upper tiers in process)
>> and StressWrapper_StopAtExit.java testing for 4 hours for each config {release,
>> fastdebug,slowdebug}. No failures and no memory leaks were observed.
>
> You will need to re-test now that JDK-8282952 has integrated.
@dholmes-ora - Thanks for the review.
I'm definitely planning on a retest of this fix. Was there anything
in particular that you are worried about?
-------------
PR: https://git.openjdk.java.net/jdk/pull/7910
More information about the hotspot-runtime-dev
mailing list