diff --git a/test/hotspot/jtreg/serviceability/jvmti/vthread/TestPinCaseWithCFLH/TestPinCaseWithCFLH.java b/test/hotspot/jtreg/serviceability/jvmti/vthread/TestPinCaseWithCFLH/TestPinCaseWithCFLH.java index 02755a0289fc1..00eaa957f16e4 100644 --- a/test/hotspot/jtreg/serviceability/jvmti/vthread/TestPinCaseWithCFLH/TestPinCaseWithCFLH.java +++ b/test/hotspot/jtreg/serviceability/jvmti/vthread/TestPinCaseWithCFLH/TestPinCaseWithCFLH.java @@ -37,9 +37,9 @@ * @build jdk.test.lib.Utils * @run driver jdk.test.lib.util.JavaAgentBuilder * TestPinCaseWithCFLH TestPinCaseWithCFLH.jar - * @run main/othervm/timeout=100 -Djdk.virtualThreadScheduler.maxPoolSize=1 + * @run main/othervm/timeout=100 -Djdk.virtualThreadScheduler.maxPoolSize=1 * -Djdk.tracePinnedThreads=full --enable-native-access=ALL-UNNAMED - * -javaagent:TestPinCaseWithCFLH.jar TestPinCaseWithCFLH + * -javaagent:TestPinCaseWithCFLH.jar -XX:+BackgroundCompilation TestPinCaseWithCFLH */ public class TestPinCaseWithCFLH { @@ -74,4 +74,4 @@ public static void main(String[] args) throws Exception{ t1.join(); } -} \ No newline at end of file +}