src/share/vm/runtime/vmStructs.cpp
*** 1575,1584 **** --- 1575,1585 ---- \ /* constants from Location::Type enum */ \ \ 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) \ declare_constant(Location::dbl) \ declare_constant(Location::addr) \