On Wed, 2 Sep 2026 01:33:15 GMT, David Holmes <[email protected]> wrote:

>> Shiv Shah has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Use JVMTIUtils for suspendthrd01 and add getThreadState
>
> test/hotspot/jtreg/testlibrary/jvmti/JVMTIUtils.java line 91:
> 
>> 89:     public static int getThreadState(Thread t) {
>> 90:         return getThreadState0(t);
>> 91:     }
> 
> You don't need this public/private split if the Java code doesn't need to 
> check the result from the native code.

Fixed

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

PR Review Comment: https://git.openjdk.org/jdk/pull/32585#discussion_r3910351698

Reply via email to