On Tue, 16 May 2023 01:57:39 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
>> Serguei Spitsyn has updated the pull request incrementally with one >> additional commit since the last revision: >> >> moved Thread.interrupted() in StopThreadTest.java above a couple of lines > > 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. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13969#discussion_r1194654203