RFR(S): 8008242: VerifyOops fails on SPARC

Roland Westrelin roland.westrelin at oracle.com
Tue Oct 8 09:31:31 PDT 2013


Hi Morris,

> Thanks for the bringing that up Roland and Christian.  I fixed this issue and re-ran the change through JPRT.

Why do you need to remove it entirely? Has this check caused failures? To me the check looks good and should be kept as it is.

Also in your previous change:

2568     __ verify_oop(tmp1);

became:

2568     __ verify_klass_ptr(tmp1);

and that was good.

Roland.


More information about the hotspot-compiler-dev mailing list