comparison src/share/vm/runtime/vmStructs.cpp @ 331:cecd8eb4e0ca

6706829: Compressed Oops: add debug info for narrow oops Summary: Add support for narrow oops in debug info to avoid decoding. Reviewed-by: rasbold, never
author kvn
date Wed, 10 Sep 2008 18:23:32 -0700
parents dc7f315e41f7
children 5f44674206d3
comparison
equal deleted inserted replaced
330:1c6e3bfb543a 331:cecd8eb4e0ca
1575 \ 1575 \
1576 /* constants from Location::Type enum */ \ 1576 /* constants from Location::Type enum */ \
1577 \ 1577 \
1578 declare_constant(Location::normal) \ 1578 declare_constant(Location::normal) \
1579 declare_constant(Location::oop) \ 1579 declare_constant(Location::oop) \
1580 declare_constant(Location::narrowoop) \
1580 declare_constant(Location::int_in_long) \ 1581 declare_constant(Location::int_in_long) \
1581 declare_constant(Location::lng) \ 1582 declare_constant(Location::lng) \
1582 declare_constant(Location::float_in_dbl) \ 1583 declare_constant(Location::float_in_dbl) \
1583 declare_constant(Location::dbl) \ 1584 declare_constant(Location::dbl) \
1584 declare_constant(Location::addr) \ 1585 declare_constant(Location::addr) \