On Mon, 22 May 2023 09:00:15 GMT, Andrey Turbanov <aturba...@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