RFR: JDK-8310066: Improve test coverage for JVMTI GetThreadState on carrier and mounted vthread [v2]
Alex Menkov
amenkov at openjdk.org
Tue Jun 27 22:11:07 UTC 2023
On Mon, 26 Jun 2023 20:57:44 GMT, Andrey Turbanov <aturbanov at openjdk.org> 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
More information about the serviceability-dev
mailing list