On Fri, 17 Feb 2023 08:23:13 GMT, Serguei Spitsyn <[email protected]> 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
