< prev index next >

test/compiler/intrinsics/klass/CastNullCheckDroppingsTest.java

Print this page

        

*** 24,42 **** /* * @test NullCheckDroppingsTest * @bug 8054492 * @summary Casting can result in redundant null checks in generated code * @requires vm.flavor == "server" ! * @library /testlibrary /test/lib * @modules java.base/jdk.internal.misc * java.management * ! * @build ClassFileInstaller sun.hotspot.WhiteBox jdk.test.lib.* ! * @build compiler.intrinsics.klass.CastNullCheckDroppingsTest * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission - * jdk.test.lib.Platform * @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -Xmixed -XX:-BackgroundCompilation -XX:-TieredCompilation -XX:CompileThreshold=1000 * -XX:CompileCommand=exclude,compiler.intrinsics.klass.CastNullCheckDroppingsTest::runTest * compiler.intrinsics.klass.CastNullCheckDroppingsTest */ --- 24,40 ---- /* * @test NullCheckDroppingsTest * @bug 8054492 * @summary Casting can result in redundant null checks in generated code * @requires vm.flavor == "server" ! * @library /test/lib * @modules java.base/jdk.internal.misc * java.management * ! * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -Xmixed -XX:-BackgroundCompilation -XX:-TieredCompilation -XX:CompileThreshold=1000 * -XX:CompileCommand=exclude,compiler.intrinsics.klass.CastNullCheckDroppingsTest::runTest * compiler.intrinsics.klass.CastNullCheckDroppingsTest */
< prev index next >