equal
deleted
inserted
replaced
43 * compiler.jvmci.compilerToVM.ShouldDebugNonSafepointsTest |
43 * compiler.jvmci.compilerToVM.ShouldDebugNonSafepointsTest |
44 */ |
44 */ |
45 |
45 |
46 package compiler.jvmci.compilerToVM; |
46 package compiler.jvmci.compilerToVM; |
47 |
47 |
|
48 import jdk.test.lib.Asserts; |
48 import jdk.vm.ci.hotspot.CompilerToVMHelper; |
49 import jdk.vm.ci.hotspot.CompilerToVMHelper; |
49 import jdk.test.lib.Asserts; |
|
50 |
50 |
51 public class ShouldDebugNonSafepointsTest { |
51 public class ShouldDebugNonSafepointsTest { |
52 private static final boolean EXPECTED = Boolean.getBoolean("compiler" |
52 private static final boolean EXPECTED = Boolean.getBoolean("compiler" |
53 + ".jvmci.compilerToVM.ShouldDebugNonSafepointsTest.expected"); |
53 + ".jvmci.compilerToVM.ShouldDebugNonSafepointsTest.expected"); |
54 |
54 |