< prev index next >

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

Print this page
rev 50246 : imported patch jep181-rev1
rev 50247 : imported patch jep181-rev2

@@ -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,11 +69,12 @@
         } finally {
             compiler.cleanup();
         }
     }
 
-    @Test(groups = "vm_prototype")
+    /* excluded: 8187655 */
+    @Test(enabled=false, groups = "vm_prototype")
     public void testPrivateMethodCall() {
         testMethodCallWithFlag(AccessFlag.PRIVATE);
     }
 
     @Test(groups = "vm_prototype")
< prev index next >