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

test/compiler/stable/TestStableByte.java

Print this page

        

*** 24,36 **** */ /* * @test TestStableByte * @summary tests on stable fields and arrays ! * @library /testlibrary /testlibrary/whitebox ! * @build TestStableByte StableConfiguration sun.hotspot.WhiteBox ! * @run main ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main ClassFileInstaller * java/lang/invoke/StableConfiguration * java/lang/invoke/TestStableByte * java/lang/invoke/TestStableByte$ByteStable * java/lang/invoke/TestStableByte$StaticByteStable --- 24,36 ---- */ /* * @test TestStableByte * @summary tests on stable fields and arrays ! * @library /testlibrary /../../test/lib ! * @build TestStableByte StableConfiguration jdk.testlib.WhiteBox ! * @run main ClassFileInstaller jdk.testlib.WhiteBox jdk.testlib.WhiteBox$WhiteBoxPermission * @run main ClassFileInstaller * java/lang/invoke/StableConfiguration * java/lang/invoke/TestStableByte * java/lang/invoke/TestStableByte$ByteStable * java/lang/invoke/TestStableByte$StaticByteStable
test/compiler/stable/TestStableByte.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File