jdk-24/hotspot/test/runtime/8026394
Lois Foltan 033c5b68ea 8026394: Eclipse fails with JDK8 build 111
If the resolved interface does not itself contain "clone" or "finalize" methods, the method/interface method resolution looks to the interface's super class, java.lang.Object.  With the JDK 8 interface method accessability check requirement, since these two methods are declared within Object as protected, they must be special cased in LinkResolver::check_method_accessability() in order to avoid an IAE.

Reviewed-by: acorn, dholmes
2013-10-22 14:47:59 -04:00
..
InterfaceObjectTest.java 8026394: Eclipse fails with JDK8 build 111 2013-10-22 14:47:59 -04:00