--- old/test/jdk/jdk/lambda/vm/InterfaceAccessFlagsTest.java 2018-05-22 05:55:33.342329670 -0400 +++ new/test/jdk/jdk/lambda/vm/InterfaceAccessFlagsTest.java 2018-05-22 05:55:31.822241606 -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,7 +71,8 @@ } } - @Test(groups = "vm_prototype") + /* excluded: 8187655 */ + @Test(enabled=false, groups = "vm_prototype") public void testPrivateMethodCall() { testMethodCallWithFlag(AccessFlag.PRIVATE); }