6892186: SA does not dump debug info for scalar replaced objects

Implement scalar replaced objects debug info dump in SA.

Reviewed-by: twisti
This commit is contained in:
Vladimir Kozlov 2009-10-21 09:15:33 -07:00
parent 2134a92922
commit 022d690049
11 changed files with 207 additions and 50 deletions

View file

@ -594,6 +594,7 @@ static inline uint64_t cast_uint64_t(size_t x)
\
nonstatic_field(PcDesc, _pc_offset, int) \
nonstatic_field(PcDesc, _scope_decode_offset, int) \
nonstatic_field(PcDesc, _obj_decode_offset, int) \
nonstatic_field(PcDesc, _flags, PcDesc::PcDescFlags) \
\
/***************************************************/ \