--- old/test/jdk/jdk/lambda/vm/InterfaceAccessFlagsTest.java 2018-05-14 22:52:20.778857068 -0400 +++ new/test/jdk/jdk/lambda/vm/InterfaceAccessFlagsTest.java 2018-05-14 22:52:19.262769468 -0400 @@ -1,5 +1,5 @@ /* - * 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 @@ -71,10 +71,12 @@ } } + /* excluded: 8187655 @Test(groups = "vm_prototype") public void testPrivateMethodCall() { testMethodCallWithFlag(AccessFlag.PRIVATE); } + */ @Test(groups = "vm_prototype") public void testStaticMethodCall() {