< prev index next >

test/jdk/jfr/event/compiler/TestCodeCacheConfig.java

Print this page
rev 13431 : Fix JFR code cache test failures

@@ -42,14 +42,14 @@
  * @build sun.hotspot.WhiteBox
  * @run main ClassFileInstaller sun.hotspot.WhiteBox
  *     sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run main/othervm -Xbootclasspath/a:.
  *     -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
- *     -XX:+SegmentedCodeCache jdk.jfr.event.compiler.TestCodeCacheConfig
+ *     jdk.jfr.event.compiler.TestCodeCacheConfig
  * @run main/othervm -Xbootclasspath/a:.
  *     -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
- *     -XX:-SegmentedCodeCache jdk.jfr.event.compiler.TestCodeCacheConfig
+ *     jdk.jfr.event.compiler.TestCodeCacheConfig
  * @summary check "Code Cache Configuration" jfr event
  */
 public class TestCodeCacheConfig {
     private final static String EVENT_NAME = EventNames.CodeCacheConfiguration;
 
< prev index next >