File tree Expand file tree Collapse file tree
test/hotspot/jtreg/compiler/exceptions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 */
2323package compiler .exceptions ;
2424
25+ import compiler .lib .ir_framework .CompLevel ;
2526import compiler .lib .ir_framework .Run ;
2627import compiler .lib .ir_framework .Test ;
2728import compiler .lib .ir_framework .TestFramework ;
3839/**
3940 * @test
4041 * @bug 8350208
41- * @summary Safepoints added during the processing of exception handlers should never reexecute
42+ * @summary Safepoints added during the processing of exception handlers need correct stack state
4243 * @library /test/lib /test/jdk/java/lang/invoke/common /
4344 * @build test.java.lang.invoke.lib.InstructionHelper
4445 *
@@ -110,7 +111,7 @@ public static class V {
110111 });
111112 }
112113
113- @ Test
114+ @ Test ( compLevel = CompLevel . C2 ) // see JDK-8381786
114115 private static int testBackwardHandler (V v ) throws Throwable {
115116 return (int ) SNIPPET_HANDLE .invokeExact (v );
116117 }
You can’t perform that action at this time.
0 commit comments