mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
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:
parent
2134a92922
commit
022d690049
11 changed files with 207 additions and 50 deletions
|
@ -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) \
|
||||
\
|
||||
/***************************************************/ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue