< prev index next >

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

Print this page
rev 50075 : imported patch jep181-rev1
rev 50076 : [mq]: jep181-rev2

*** 1,7 **** /* ! * Copyright (c) 2012, 2013, 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. --- 1,7 ---- /* ! * 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,79 **** } finally { compiler.cleanup(); } } ! @Test(groups = "vm_prototype") public void testPrivateMethodCall() { testMethodCallWithFlag(AccessFlag.PRIVATE); } @Test(groups = "vm_prototype") --- 69,80 ---- } finally { compiler.cleanup(); } } ! /* excluded: 8187655 */ ! @Test(enabled=false, groups = "vm_prototype") public void testPrivateMethodCall() { testMethodCallWithFlag(AccessFlag.PRIVATE); } @Test(groups = "vm_prototype")
< prev index next >