hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 1135 9487203e5789
parent 1066 717c3345024f
child 1397 6a692b557add
equal deleted inserted replaced
1134:799dce8f3426 1135:9487203e5789
  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)                                        \