< prev index next >

test/compiler/intrinsics/IntrinsicAvailableTest.java

Print this page

        

*** 21,34 **** * questions. */ import java.lang.reflect.Executable; import java.util.concurrent.Callable; import java.util.Objects; /* * @test * @bug 8130832 ! * @library /testlibrary /../../test/lib /compiler/whitebox /compiler/testlibrary * @build IntrinsicAvailableTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. * -XX:+UnlockDiagnosticVMOptions --- 21,35 ---- * questions. */ import java.lang.reflect.Executable; import java.util.concurrent.Callable; import java.util.Objects; + import compiler.whitebox.CompilerWhiteBoxTest; /* * @test * @bug 8130832 ! * @library /testlibrary /../../test/lib / /compiler/testlibrary * @build IntrinsicAvailableTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. * -XX:+UnlockDiagnosticVMOptions
< prev index next >