--- old/test/hotspot/jtreg/runtime/SelectionResolution/InvokeInterfaceSuccessTest.java 2017-12-15 03:50:05.233090434 -0500 +++ new/test/hotspot/jtreg/runtime/SelectionResolution/InvokeInterfaceSuccessTest.java 2017-12-15 03:50:01.640884396 -0500 @@ -135,6 +135,20 @@ Template.CallsiteUnrelatedToMethodref, Template.IfaceMethodrefSelection, Template.SelectionOverrideAbstract) + /*, + // Group 175: private method in interface [was ICCE case up to JDK 10] + // Can't get this to work for some reason. + new TestGroup.Simple(initBuilder, + Template.ResultCombo(EnumSet.of(Template.Kind.INTERFACE), + EnumSet.of(MethodData.Access.PRIVATE), + EnumSet.of(MethodData.Context.INSTANCE), + EnumSet.of(ClassData.Package.SAME)), + Template.OverrideAbstractExpectedIface, + Template.MethodrefEqualsExpected, + Template.IgnoredAbstract, + Template.CallsiteEqualsMethodref, + Template.IfaceMethodrefSelection) + */ ); private InvokeInterfaceSuccessTest() {