< prev index next >

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

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+ * 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.

@@ -133,10 +133,24 @@
                         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 >