RFR: 8286830: ~HandshakeState should not touch oops
Patricio Chilano Mateo
pchilanomate at openjdk.java.net
Fri Jun 3 22:37:45 UTC 2022
On Fri, 3 Jun 2022 20:52:46 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> test/hotspot/jtreg/runtime/Thread/StopAtExit.java line 95:
>>
>>> 93: threadCreator.setDaemon(true);
>>> 94: threadCreator.start();
>>> 95: test(timeMax);
>>
>> Okay, but now the test is going to execute for twice `timeMax` which might be
>> a bit of a surprise... In particular the usage() mesg is now wrong.
>
> Also, the `@bug` line is not updated with this bug ID.
Ok, we could fix this in a new bug.
>> test/hotspot/jtreg/runtime/Thread/SuspendAtExit.java line 101:
>>
>>> 99: threadCreator.setDaemon(true);
>>> 100: threadCreator.start();
>>> 101: test(timeMax);
>>
>> Okay, but now the test is going to execute for twice `timeMax` which might be
>> a bit of a surprise... In particular the usage() mesg is now wrong.
>
> Also, the `@bug` line is not updated with this bug ID.
Ok, we could fix this in a new bug.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8795
More information about the hotspot-runtime-dev
mailing list