comparison src/share/vm/runtime/vmStructs.cpp @ 1040:873ec3787992

6892186: SA does not dump debug info for scalar replaced objects Summary: Implement scalar replaced objects debug info dump in SA. Reviewed-by: twisti
author kvn
date Wed, 21 Oct 2009 09:15:33 -0700
parents 54b3b351d6f9
children 547f81740344 4ce7240d622c
comparison
equal deleted inserted replaced
1039:987e948ebbc8 1040:873ec3787992
592 /* PcDesc and other compiled code info */ \ 592 /* PcDesc and other compiled code info */ \
593 /***************************************/ \ 593 /***************************************/ \
594 \ 594 \
595 nonstatic_field(PcDesc, _pc_offset, int) \ 595 nonstatic_field(PcDesc, _pc_offset, int) \
596 nonstatic_field(PcDesc, _scope_decode_offset, int) \ 596 nonstatic_field(PcDesc, _scope_decode_offset, int) \
597 nonstatic_field(PcDesc, _obj_decode_offset, int) \
597 nonstatic_field(PcDesc, _flags, PcDesc::PcDescFlags) \ 598 nonstatic_field(PcDesc, _flags, PcDesc::PcDescFlags) \
598 \ 599 \
599 /***************************************************/ \ 600 /***************************************************/ \
600 /* CodeBlobs (NOTE: incomplete, but only a little) */ \ 601 /* CodeBlobs (NOTE: incomplete, but only a little) */ \
601 /***************************************************/ \ 602 /***************************************************/ \