> 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.