mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
6706829: Compressed Oops: add debug info for narrow oops
Add support for narrow oops in debug info to avoid decoding. Reviewed-by: rasbold, never
This commit is contained in:
parent
63c98ed888
commit
659ca734bb
11 changed files with 169 additions and 48 deletions
|
@ -1577,6 +1577,7 @@ static inline uint64_t cast_uint64_t(size_t x)
|
|||
\
|
||||
declare_constant(Location::normal) \
|
||||
declare_constant(Location::oop) \
|
||||
declare_constant(Location::narrowoop) \
|
||||
declare_constant(Location::int_in_long) \
|
||||
declare_constant(Location::lng) \
|
||||
declare_constant(Location::float_in_dbl) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue