equal
deleted
inserted
replaced
25 /** |
25 /** |
26 * @test |
26 * @test |
27 * @bug 8031321 |
27 * @bug 8031321 |
28 * @summary Verify that results of computations are the same w/ |
28 * @summary Verify that results of computations are the same w/ |
29 * and w/o usage of BLSMSK instruction |
29 * and w/o usage of BLSMSK instruction |
30 * @library /testlibrary /test/lib |
30 * @library /testlibrary /test/lib / |
31 * @modules java.base/jdk.internal.misc |
31 * @modules java.base/jdk.internal.misc |
32 * java.management |
32 * java.management |
33 * @build TestBlsmskL BMITestRunner Expr |
33 * |
34 * @run main ClassFileInstaller sun.hotspot.WhiteBox |
34 * @build compiler.intrinsics.bmi.TestBlsmskL |
35 * sun.hotspot.WhiteBox$WhiteBoxPermission |
35 * @run driver ClassFileInstaller sun.hotspot.WhiteBox |
|
36 * sun.hotspot.WhiteBox$WhiteBoxPermission |
36 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions |
37 * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions |
37 * -XX:+WhiteBoxAPI TestBlsmskL |
38 * -XX:+WhiteBoxAPI |
|
39 * compiler.intrinsics.bmi.TestBlsmskL |
38 */ |
40 */ |
|
41 |
|
42 package compiler.intrinsics.bmi; |
39 |
43 |
40 import sun.hotspot.cpuinfo.CPUInfo; |
44 import sun.hotspot.cpuinfo.CPUInfo; |
41 |
45 |
42 public class TestBlsmskL { |
46 public class TestBlsmskL { |
43 |
47 |