RFR(S): 8008242: VerifyOops fails on SPARC
Morris Meyer
morris.meyer at oracle.com
Tue Oct 8 09:45:36 PDT 2013
Roland,
The x86 version of LIR_Assembler::type_profile_helper() does not have a
verify_oop() and I removed the SPARC version accordingly.
--mm
On 10/8/13, 12:31 PM, Roland Westrelin wrote:
> 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