equal
deleted
inserted
replaced
22 */ |
22 */ |
23 |
23 |
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 8031321 |
26 * @bug 8031321 |
27 * @library /testlibrary /test/lib / .. |
27 * @library /testlibrary /test/lib / |
28 * @modules java.base/jdk.internal.misc |
28 * @modules java.base/jdk.internal.misc |
29 * java.management |
29 * java.management |
30 * @build BlsrTestI |
30 * |
|
31 * @build compiler.intrinsics.bmi.verifycode.BlsrTestI |
31 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
32 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
32 * sun.hotspot.WhiteBox$WhiteBoxPermission |
33 * sun.hotspot.WhiteBox$WhiteBoxPermission |
33 * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
34 * @run main/othervm -Xbootclasspath/a:. -Xbatch -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI |
34 * -XX:+IgnoreUnrecognizedVMOptions -XX:+UseBMI1Instructions BlsrTestI |
35 * -XX:+IgnoreUnrecognizedVMOptions -XX:+UseBMI1Instructions |
|
36 * compiler.intrinsics.bmi.verifycode.BlsrTestI |
35 */ |
37 */ |
|
38 |
|
39 package compiler.intrinsics.bmi.verifycode; |
|
40 |
|
41 import compiler.intrinsics.bmi.TestBlsrI; |
36 |
42 |
37 import java.lang.reflect.Method; |
43 import java.lang.reflect.Method; |
38 |
44 |
39 public class BlsrTestI extends BmiIntrinsicBase.BmiTestCase { |
45 public class BlsrTestI extends BmiIntrinsicBase.BmiTestCase { |
40 |
46 |