test/compiler/stable/TestStableUByte.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/stable/TestStableUByte.java

test/compiler/stable/TestStableUByte.java

Print this page

        

*** 24,74 **** */ /* * @test TestStableUByte * @summary tests on stable fields and arrays ! * @library /testlibrary /test/lib ! * @build TestStableUByte StableConfiguration sun.hotspot.WhiteBox ! * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission ! * @run main ClassFileInstaller ! * java/lang/invoke/StableConfiguration ! * java/lang/invoke/TestStableUByte ! * java/lang/invoke/TestStableUByte$UByteStable ! * java/lang/invoke/TestStableUByte$UByteArrayDim1 * ! * @run main/othervm -Xbootclasspath/a:. ! * -XX:+IgnoreUnrecognizedVMOptions -XX:+AlwaysIncrementalInline * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:-TieredCompilation * -XX:+FoldStableValues * -XX:CompileOnly=::get,::get1 ! * java.lang.invoke.TestStableUByte ! * @run main/othervm -Xbootclasspath/a:. ! * -XX:+IgnoreUnrecognizedVMOptions -XX:+AlwaysIncrementalInline * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:-TieredCompilation * -XX:-FoldStableValues * -XX:CompileOnly=::get,::get1 ! * java.lang.invoke.TestStableUByte * ! * @run main/othervm -Xbootclasspath/a:. ! * -XX:+IgnoreUnrecognizedVMOptions -XX:+AlwaysIncrementalInline * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:+TieredCompilation -XX:TieredStopAtLevel=1 * -XX:+FoldStableValues * -XX:CompileOnly=::get,::get1 ! * java.lang.invoke.TestStableUByte ! * @run main/othervm -Xbootclasspath/a:. ! * -XX:+IgnoreUnrecognizedVMOptions -XX:+AlwaysIncrementalInline * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:+TieredCompilation -XX:TieredStopAtLevel=1 * -XX:-FoldStableValues * -XX:CompileOnly=::get,::get1 ! * java.lang.invoke.TestStableUByte * */ ! package java.lang.invoke; import jdk.internal.vm.annotation.Stable; import java.lang.reflect.InvocationTargetException; --- 24,66 ---- */ /* * @test TestStableUByte * @summary tests on stable fields and arrays ! * @library /testlibrary /test/lib / ! * @modules java.base/jdk.internal.vm.annotation ! * @build sun.hotspot.WhiteBox ! * @build compiler.stable.TestStableUByte * ! * @run main/bootclasspath -XX:+IgnoreUnrecognizedVMOptions -XX:+AlwaysIncrementalInline * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:-TieredCompilation * -XX:+FoldStableValues * -XX:CompileOnly=::get,::get1 ! * compiler.stable.TestStableUByte ! * @run main/bootclasspath -XX:+IgnoreUnrecognizedVMOptions -XX:+AlwaysIncrementalInline * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:-TieredCompilation * -XX:-FoldStableValues * -XX:CompileOnly=::get,::get1 ! * compiler.stable.TestStableUByte * ! * @run main/bootclasspath -XX:+IgnoreUnrecognizedVMOptions -XX:+AlwaysIncrementalInline * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:+TieredCompilation -XX:TieredStopAtLevel=1 * -XX:+FoldStableValues * -XX:CompileOnly=::get,::get1 ! * compiler.stable.TestStableUByte ! * @run main/bootclasspath -XX:+IgnoreUnrecognizedVMOptions -XX:+AlwaysIncrementalInline * -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp * -XX:+TieredCompilation -XX:TieredStopAtLevel=1 * -XX:-FoldStableValues * -XX:CompileOnly=::get,::get1 ! * compiler.stable.TestStableUByte * */ ! package compiler.stable; import jdk.internal.vm.annotation.Stable; import java.lang.reflect.InvocationTargetException;
test/compiler/stable/TestStableUByte.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File