Request for reviews (XS): 7047300: VM crashes with assert(_base == InstPtr) failed: Not an object pointer
Vladimir Kozlov
vladimir.kozlov at oracle.com
Mon May 23 20:14:46 PDT 2011
http://cr.openjdk.java.net/~kvn/7047300/webrev
Fixed 7047300: VM crashes with assert(_base == InstPtr) failed: Not an object
pointer
The code incorrectly used is_instptr() instead of is_oopptr() to get const_oop.
Tested with failed jck test.
More information about the hotspot-compiler-dev
mailing list