< prev index next >

test/hotspot/jtreg/runtime/SelectionResolution/InvokeInterfaceSuccessTest.java

Print this page
rev 50604 : imported patch jep181-rev1

*** 134,143 **** --- 134,157 ---- Template.IfaceMethodrefNotEqualsExpected, Template.IgnoredAbstract, 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() { super(testgroups); }
< prev index next >