On Tue, 16 May 2023 06:04:42 GMT, Serguei Spitsyn <[email protected]> wrote:
>> test/hotspot/jtreg/serviceability/jvmti/vthread/StopThreadTest/StopThreadTest.java
>> line 107:
>>
>>> 105: testTaskThread =
>>> Thread.ofPlatform().name("TestTaskThread").start(testTask);
>>> 106: }
>>> 107: testTask.ensureAtPointA();
>>
>> Java Code Conventions recommends to use className and not variables while
>> calling static methods. Same for 'ensureFinished()'.
>
> Thank you. Fixed now.
Chris and Leonid, thank you for review!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13969#discussion_r1194654533