test/jdk/jdk/lambda/vm/InterfaceAccessFlagsTest.java
changeset 50735 2f2af62dfac7
parent 47216 71c04702a3d5
equal deleted inserted replaced
50734:0828a0f6676b 50735:2f2af62dfac7
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    69         } finally {
    69         } finally {
    70             compiler.cleanup();
    70             compiler.cleanup();
    71         }
    71         }
    72     }
    72     }
    73 
    73 
    74     @Test(groups = "vm_prototype")
    74     /* excluded: 8187655 */
       
    75     @Test(enabled=false, groups = "vm_prototype")
    75     public void testPrivateMethodCall() {
    76     public void testPrivateMethodCall() {
    76         testMethodCallWithFlag(AccessFlag.PRIVATE);
    77         testMethodCallWithFlag(AccessFlag.PRIVATE);
    77     }
    78     }
    78 
    79 
    79     @Test(groups = "vm_prototype")
    80     @Test(groups = "vm_prototype")