--- old/test/hotspot/jtreg/runtime/SelectionResolution/InvokeInterfaceSuccessTest.java 2018-06-20 01:06:33.084966239 -0400 +++ new/test/hotspot/jtreg/runtime/SelectionResolution/InvokeInterfaceSuccessTest.java 2018-06-20 01:06:31.540877319 -0400 @@ -136,6 +136,20 @@ Template.CallsiteUnrelatedToMethodref, Template.IfaceMethodrefSelection, Template.SelectionOverrideAbstract) + /* , + // Group 175: private method in interface [was ICCE case up to JDK 11] + // 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() {