mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-10 12:37:09 +00:00
Remove unneeded JVM arg
This commit is contained in:
parent
75b3b04954
commit
81e0165a0d
@ -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
|
||||
*/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user