RFR 8139203: Consistent naming for klass type predicates

John Rose john.r.rose at oracle.com
Tue Oct 27 17:34:31 UTC 2015


On Oct 27, 2015, at 10:18 AM, Coleen Phillimore <coleen.phillimore at oracle.com> wrote:
> 
> This is a simple renaming with 2 minor cleanups in jvm.cpp, and removed the oop functions also.

Nice!  And you can delete a little more:  Move the "_slow" versions into DEBUG_ONLY builds, or even kill them off.

Archaeological Note: The Klass virtuals were the original functions (sans "_slow"), but now exist only in order to provide a cross-check on the validity of the LH-based tests.  The LH-based tests appear to be working correctly now.  :-)

— John


More information about the hotspot-dev mailing list