On Mon, 16 Mar 2026 02:28:40 GMT, David Holmes <[email protected]> wrote:

>> Zhengyu Gu has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Fix test
>
> test/hotspot/jtreg/serviceability/threads/ThreadInfoTest.java line 49:
> 
>> 47:     private static final int NUM_THREADS = 2;
>> 48:     static long [] ids = new long[NUM_THREADS];
>> 49:     static ThreadInfo [] infos = new ThreadInfo[NUM_THREADS];
> 
> Suggestion:
> 
>     static long[] ids = new long[NUM_THREADS];
>     static ThreadInfo[] infos = new ThreadInfo[NUM_THREADS];

This is converted from @kevinjwalls 's test case. @kevinjwalls could you please 
comment? I am adding you as a contributor.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30105#discussion_r2940159372

Reply via email to