< prev index next >

test/hotspot/jtreg/compiler/valhalla/valuetypes/TestDeoptimizationWhenBuffering.java

Print this page

        

*** 92,102 **** public class TestDeoptimizationWhenBuffering { static { try { Class<?> clazz = TestDeoptimizationWhenBuffering.class; - ClassLoader loader = clazz.getClassLoader(); MethodHandles.Lookup lookup = MethodHandles.lookup(); MethodType mt = MethodType.methodType(MyValue1.class); test9_mh = lookup.findStatic(clazz, "test9Callee", mt); test10_mh = lookup.findStatic(clazz, "test10Callee", mt); --- 92,101 ----
< prev index next >