RFR: 8283467: runtime/Thread/StopAtExit.java needs updating

David Holmes dholmes at openjdk.java.net
Wed Mar 23 00:54:33 UTC 2022


On Tue, 22 Mar 2022 18:52:20 GMT, Daniel D. Daugherty <dcubed 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.

Looks good.

Thanks,
David

You will need to re-test now that JDK-8282952 has integrated.

-------------

Marked as reviewed by dholmes (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/7910


More information about the hotspot-runtime-dev mailing list