< prev index next >

test/jdk/lambda/vm/InterfaceAccessFlagsTest.java

Print this page

        

@@ -69,14 +69,16 @@
         } finally {
             compiler.cleanup();
         }
     }
 
+    /* excluded: 8187655
     @Test(groups = "vm_prototype")
     public void testPrivateMethodCall() {
         testMethodCallWithFlag(AccessFlag.PRIVATE);
     }
+    */
 
     @Test(groups = "vm_prototype")
     public void testStaticMethodCall() {
         testMethodCallWithFlag(AccessFlag.PUBLIC, AccessFlag.STATIC);
     }
< prev index next >