RFR: 8295976: GetThreadListStackTraces returns wrong state for blocked VirtualThread [v5]

Serguei Spitsyn sspitsyn at openjdk.org
Tue Jun 6 23:45:22 UTC 2023


On Tue, 6 Jun 2023 23:20:53 GMT, Alex Menkov <amenkov at openjdk.org> wrote:

>> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   review: ThreadListStackTracesTest cleanup
>
> test/hotspot/jtreg/serviceability/jvmti/vthread/ThreadListStackTracesTest/ThreadListStackTracesTest.java line 37:
> 
>> 35: import java.util.List;
>> 36: import java.lang.reflect.Constructor;
>> 37: import java.lang.reflect.InvocationTargetException;
> 
> I tried to comment all this lines, but something went wrong..
> AFAIC the only required import is java.util.concurrent.locks.ReentrantLock, the rest are unused

Thanks. Fixed now.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14326#discussion_r1220538628


More information about the hotspot-dev mailing list