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

test/compiler/stable/TestStableShort.java

Print this page

        

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