--- old/test/jdk/jfr/event/compiler/TestCodeCacheConfig.java 2019-08-12 15:02:22.763199287 +0800 +++ new/test/jdk/jfr/event/compiler/TestCodeCacheConfig.java 2019-08-12 15:02:22.586204410 +0800 @@ -44,10 +44,10 @@ * 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 {