comparison src/os/solaris/dtrace/generateJvmOffsets.cpp @ 6848:8e47bac5643a

7054512: Compress class pointers after perm gen removal Summary: support of compress class pointers in the compilers. Reviewed-by: kvn, twisti
author roland
date Tue, 09 Oct 2012 10:11:38 +0200
parents da91efe96a93
children f36e073d56a4
comparison
equal deleted inserted replaced
6847:65d07d9ee446 6848:8e47bac5643a
260 GEN_OFFS(PcDesc, _pc_offset); 260 GEN_OFFS(PcDesc, _pc_offset);
261 GEN_OFFS(PcDesc, _scope_decode_offset); 261 GEN_OFFS(PcDesc, _scope_decode_offset);
262 262
263 printf("\n"); 263 printf("\n");
264 264
265 GEN_OFFS(NarrowOopStruct, _base); 265 GEN_OFFS(NarrowPtrStruct, _base);
266 GEN_OFFS(NarrowOopStruct, _shift); 266 GEN_OFFS(NarrowPtrStruct, _shift);
267 printf("\n"); 267 printf("\n");
268 268
269 GEN_VALUE(SIZE_HeapBlockHeader, sizeof(HeapBlock::Header)); 269 GEN_VALUE(SIZE_HeapBlockHeader, sizeof(HeapBlock::Header));
270 GEN_SIZE(oopDesc); 270 GEN_SIZE(oopDesc);
271 GEN_SIZE(ConstantPool); 271 GEN_SIZE(ConstantPool);