On Tue, 1 Mar 2022 13:07:36 GMT, Alex Menkov <amen...@openjdk.org> wrote:
>> test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/TestDescription.java >> line 75: >> >>> 73: * @run main/othervm/native >>> 74: * -agentlib:hs201t002=pathToNewByteCode=./bin,-waittime=5,-verbose >>> 75: * nsk.jvmti.scenarios.hotswap.HS201.hs201t002 -verbose >> >> Is this second -verbose a mistake? > > No. This is the way nsk framework works. > 1st -verbose turns on verbose output for agent (native), 2nd one for java > part of the test. aha, I didn't see where it was being recognised, thanks! ------------- PR: https://git.openjdk.java.net/jdk/pull/7607