RFR: 8282704: runtime/Thread/StopAtExit.java may leak memory

Daniel D.Daugherty dcubed at openjdk.java.net
Sat Mar 19 13:45:27 UTC 2022


On Sat, 19 Mar 2022 09:49:05 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Can I get another review of this test fix?
>
>> Can I get another review of this test fix?
> 
> In addition to David's comment, I think we are really close to the point where Thread::stop will be degraded to throw UOE unconditionally. The test change is okay for the short term but I expect it will need to change or be removed in the medium term.

@AlanBateman - Thanks for the review!

If Thread.stop() is degraded to throw UOE, then this test will be removed
and I'll create a JVM/TI version of the test for the stress kit.

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

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


More information about the hotspot-runtime-dev mailing list