src/os/bsd/dtrace/generateJvmOffsets.cpp

Print this page
rev 3688 : 7054512: Compress class pointers after perm gen removal
Summary: support of compress class pointers in the compilers.
Reviewed-by:

*** 265,276 **** GEN_OFFS(PcDesc, _pc_offset); GEN_OFFS(PcDesc, _scope_decode_offset); printf("\n"); ! GEN_OFFS(NarrowOopStruct, _base); ! GEN_OFFS(NarrowOopStruct, _shift); printf("\n"); GEN_VALUE(SIZE_HeapBlockHeader, (int) sizeof(HeapBlock::Header)); GEN_SIZE(oopDesc); GEN_SIZE(ConstantPool); --- 265,276 ---- GEN_OFFS(PcDesc, _pc_offset); GEN_OFFS(PcDesc, _scope_decode_offset); printf("\n"); ! GEN_OFFS(NarrowPtrStruct, _base); ! GEN_OFFS(NarrowPtrStruct, _shift); printf("\n"); GEN_VALUE(SIZE_HeapBlockHeader, (int) sizeof(HeapBlock::Header)); GEN_SIZE(oopDesc); GEN_SIZE(ConstantPool);