RFR (XS) 8000753: compiler/6912517 crashes on 64bit sparc with compressed oops off

Vladimir Kozlov vladimir.kozlov at oracle.com
Thu Oct 11 09:11:35 PDT 2012


Go ahead.

Thanks,
Vladimir

On Oct 11, 2012, at 8:44 AM, Roland Westrelin wrote:

>> UseCompressedKlassPointers is constant 'false' in 32bit VM so ShouldNotReachHere() branch will not be executed and useless. How about this code:
>> #ifdef _LP64
>> if (offset -- … && UseCompressedKlassPointers) {
>>>>  } else
>> #endif
>>  {
> 
> Ok. Should I push it?
> 
> Roland.



More information about the hotspot-compiler-dev mailing list