< prev index next >

test/jdk/jdk/lambda/vm/InterfaceAccessFlagsTest.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -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 >