comparison THIRD_PARTY_README @ 12945:662c154d2749

8026394: Eclipse fails with JDK8 build 111 Summary: 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 Contributed-by: lois.foltan@oracle.com
author hseigel
date Tue, 22 Oct 2013 14:47:59 -0400
parents 337ffef74c37
children 9a48187fef5e
comparison
equal deleted inserted replaced
12944:1327b7f85503 12945:662c154d2749