From 81e0165a0d29ef6f0a0e2cafaa46f5e471a9a37d Mon Sep 17 00:00:00 2001 From: Chad Rakoczy Date: Fri, 29 May 2026 21:05:21 +0000 Subject: [PATCH] Remove unneeded JVM arg --- test/hotspot/jtreg/compiler/hotcode/HotCodeCollectorJFR.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/hotspot/jtreg/compiler/hotcode/HotCodeCollectorJFR.java b/test/hotspot/jtreg/compiler/hotcode/HotCodeCollectorJFR.java index 751b6dfdb69..44e0295202d 100644 --- a/test/hotspot/jtreg/compiler/hotcode/HotCodeCollectorJFR.java +++ b/test/hotspot/jtreg/compiler/hotcode/HotCodeCollectorJFR.java @@ -26,9 +26,8 @@ * @test * @summary Verify the HotCodeSampler and JFR do not attempt to suspend the same JavaThread and crash * @requires vm.compiler2.enabled - * @run main/othervm -XX:StartFlightRecording -XX:+UnlockExperimentalVMOptions -XX:+HotCodeHeap -XX:+NMethodRelocation - * -XX:+UnlockDiagnosticVMOptions -XX:HotCodeIntervalSeconds=0 -XX:HotCodeSamplePercent=100 - * -XX:HotCodeStartupDelaySeconds=0 -XX:HotCodeStablePercent=-1 -Xlog:hotcode=debug + * @run main/othervm -XX:StartFlightRecording -XX:+UnlockExperimentalVMOptions -XX:+HotCodeHeap -XX:+NMethodRelocation -XX:+UnlockDiagnosticVMOptions + * -XX:HotCodeIntervalSeconds=0 -XX:HotCodeStartupDelaySeconds=0 -XX:HotCodeStablePercent=-1 -Xlog:hotcode=debug * compiler.hotcode.HotCodeCollectorJFR */