RFR: 8289612: Change hotspot/jtreg tests to not use Thread.stop
Daniel D. Daugherty
dcubed at openjdk.org
Fri Jul 15 18:05:21 UTC 2022
On Fri, 15 Jul 2022 07:27:34 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> The tests are updated to don't use Thread.stop(). Tests whose intention is to verify async exception updated to use jvmti StopThread.
>
> test/hotspot/jtreg/vmTestbase/nsk/stress/stack/stack002.java line 155:
>
>> 153: };
>> 154: ***/
>> 155: tester.stop = true;
>
> Can the comment "The test hangs on JDK 1.2.2 Classic VM" be removed?
The whole commented out block seems like it could be deleted.
-------------
PR: https://git.openjdk.org/jdk/pull/9505
More information about the hotspot-dev
mailing list