diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/vmStructs.cpp	Wed Sep 10 14:29:32 2008 -0700
+++ b/src/share/vm/runtime/vmStructs.cpp	Wed Sep 10 18:23:32 2008 -0700
@@ -1577,6 +1577,7 @@
                                                                           \
   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)                                \