< prev index next >

test/jdk/lambda/vm/InterfaceAccessFlagsTest.java

Print this page

        

*** 69,82 **** --- 69,84 ---- } 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 >