RFR: 8300575: JVMTI support when using alternative virtual thread implementation [v5]
Patricio Chilano Mateo
pchilanomate at openjdk.org
Fri Feb 17 15:48:02 UTC 2023
On Fri, 17 Feb 2023 08:23:13 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:
>> Patricio Chilano Mateo has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - restore state should be only for VirtualThreads
>> - add suspend check
>
> test/hotspot/jtreg/serviceability/jvmti/vthread/BoundVThreadTest/libBoundVThreadTest.cpp line 35:
>
>> 33: static int vthread_start_count = 0;
>> 34: static int vthread_end_count = 0;
>> 35: static bool passed = JNI_TRUE;
>
> Nit: It is better to rename: passed => status.
Fixed.
-------------
PR: https://git.openjdk.org/jdk/pull/12512
More information about the serviceability-dev
mailing list