< prev index next >

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

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2016, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2016, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 151,174 **** ClassData.Package.DIFFERENT)), Template.OverrideAbstractExpectedIface, Template.IfaceMethodrefNotEqualsExpected, Template.IgnoredAbstract, Template.AllCallsiteCases, ! Template.IfaceMethodrefAmbiguousResolvedIsIface), ! ! /* Group 175: private method in interface */ ! new TestGroup.Simple(initBuilder, ! Template.SetInvoke(SelectionResolutionTestCase.InvokeInstruction.INVOKEINTERFACE), ! 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 InvokeInterfaceICCE() { super(testgroups); } --- 151,161 ---- ClassData.Package.DIFFERENT)), Template.OverrideAbstractExpectedIface, Template.IfaceMethodrefNotEqualsExpected, Template.IgnoredAbstract, Template.AllCallsiteCases, ! Template.IfaceMethodrefAmbiguousResolvedIsIface) ); private InvokeInterfaceICCE() { super(testgroups); }
< prev index next >