< prev index next >

test/hotspot/jtreg/runtime/InvocationTests/invocationC1Tests.java

Print this page

        

@@ -75,10 +75,8 @@
         // Get current major class file version and test with it.
         byte klassbuf[] = InMemoryJavaCompiler.compile("blah", "public class blah { }");
         int major_version = klassbuf[6] << 8 | klassbuf[7];
         runTest("invokespecial.Generator", String.valueOf(major_version));
         runTest("invokeinterface.Generator", String.valueOf(major_version));
-
-      // Uncomment this test once JDK-8226588 is fixed
-        // runTest("invokevirtual.Generator", String.valueOf(major_version));
+        runTest("invokevirtual.Generator", String.valueOf(major_version));
     }
 }
< prev index next >