< prev index next >

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

Print this page

        

@@ -92,11 +92,10 @@
 
 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);
< prev index next >