hg: hsx/hotspot-rt/hotspot: 8028741: Interface Method Resolution should skip static and non-public methods in j.l.Object

harold.seigel at oracle.com harold.seigel at oracle.com
Tue Dec 10 17:09:18 PST 2013


Changeset: 9fbabcbb875b
Author:    hseigel
Date:      2013-12-10 16:18 -0500
URL:       http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/9fbabcbb875b

8028741: Interface Method Resolution should skip static and non-public methods in j.l.Object
Summary: Implementation of JDK 8 JVMS 5.4.3.4 specification change to skip static and non-public methods of java.lang.Object for interface method resolution.
Reviewed-by: acorn, coleenp
Contributed-by: lois.foltan at oracle.com

! src/share/vm/interpreter/linkResolver.cpp
! src/share/vm/interpreter/linkResolver.hpp
! test/runtime/8024804/RegisterNatives.java



More information about the serviceability-dev mailing list