< prev index next >

test/compiler/jvmci/compilerToVM/MethodIsIgnoredBySecurityStackWalkTest.java

Print this page

        

*** 41,57 **** */ package compiler.jvmci.compilerToVM; import compiler.jvmci.common.CTVMUtilities; ! import java.lang.reflect.Method; import java.lang.reflect.Executable; import java.util.HashMap; import java.util.Map; - import jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod; - import jdk.vm.ci.hotspot.CompilerToVMHelper; - import jdk.test.lib.Asserts; public class MethodIsIgnoredBySecurityStackWalkTest { public static void main(String[] args) { Map<Executable, Boolean> testCases = createTestCases(); --- 41,58 ---- */ package compiler.jvmci.compilerToVM; import compiler.jvmci.common.CTVMUtilities; ! import jdk.test.lib.Asserts; ! import jdk.vm.ci.hotspot.CompilerToVMHelper; ! import jdk.vm.ci.hotspot.HotSpotResolvedJavaMethod; ! import java.lang.reflect.Executable; + import java.lang.reflect.Method; import java.util.HashMap; import java.util.Map; public class MethodIsIgnoredBySecurityStackWalkTest { public static void main(String[] args) { Map<Executable, Boolean> testCases = createTestCases();
< prev index next >