RFR: 8265240: runtime/Thread/SuspendAtExit.java needs updating [v2]
Daniel D.Daugherty
dcubed at openjdk.java.net
Thu Apr 22 14:17:23 UTC 2021
On Thu, 22 Apr 2021 02:35:26 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Daniel D. Daugherty has updated the pull request incrementally with one additional commit since the last revision:
>>
>> dholmes CR changes.
>
> test/hotspot/jtreg/runtime/Thread/SuspendAtExit.java line 38:
>
>> 36: private final static String AGENT_LIB = "SuspendAtExit";
>> 37: private final static int DEF_TIME_MAX = 30; // default max # secs to test
>> 38: private final static int N_THREADS = 32;
>
> N_THREADS is unused now.
Meant to delete that! Will fix it.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3576
More information about the hotspot-runtime-dev
mailing list