--- old/test/jdk/jfr/event/compiler/TestCodeCacheConfig.java 2019-08-16 11:54:26.135740412 +0800 +++ new/test/jdk/jfr/event/compiler/TestCodeCacheConfig.java 2019-08-16 11:54:25.996735568 +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 {