RFR: 8308400: add ForceEarlyReturn support for virtual threads [v2]
Serguei Spitsyn
sspitsyn at openjdk.org
Tue May 23 06:39:50 UTC 2023
On Mon, 22 May 2023 09:00:15 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
>> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
>>
>> minor tweak in libForceEarlyReturnTest.cpp
>
> test/hotspot/jtreg/serviceability/jvmti/vthread/ForceEarlyReturnTest/ForceEarlyReturnTest.java line 65:
>
>> 63: static final String expValB1 = "B1";
>> 64: static final String expValB2 = "B2";
>> 65: static final String expValB3 = "B3";
>
> nit
> Suggestion:
>
> static final String expValB1 = "B1";
> static final String expValB2 = "B2";
> static final String expValB3 = "B3";
@turbanoff Thank you, fixed now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14067#discussion_r1201607647
More information about the hotspot-dev
mailing list