< prev index next >

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

Print this page
rev 13658 : 8229401: Fix JFR code cache test failures

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