On Mon, 26 Jun 2023 20:57:44 GMT, Andrey Turbanov <[email protected]> wrote:
>> Alex Menkov has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Added spaces in synchronized
>
> test/hotspot/jtreg/serviceability/jvmti/vthread/GetThreadStateMountedTest/GetThreadStateMountedTest.java
> line 85:
>
>> 83: }
>> 84: });
>> 85: synchronized(syncObj) {
>
> Suggestion:
>
> synchronized (syncObj) {
Fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14622#discussion_r1244420236