diff src/share/vm/runtime/vmStructs.cpp @ 10283:e484fe2abebd

Merge
author twisti
date Thu, 16 May 2013 13:47:55 -0700
parents f9be75d21404 6f3fd5150b67
children 6bd680e9ea35 d2907f74462e
line wrap: on
line diff
--- a/src/share/vm/runtime/vmStructs.cpp	Tue May 14 17:33:07 2013 +0000
+++ b/src/share/vm/runtime/vmStructs.cpp	Thu May 16 13:47:55 2013 -0700
@@ -1057,6 +1057,7 @@
   c2_nonstatic_field(Compile,            _save_argument_registers, const bool)                                                       \
   c2_nonstatic_field(Compile,            _subsume_loads,           const bool)                                                       \
   c2_nonstatic_field(Compile,            _do_escape_analysis,      const bool)                                                       \
+  c2_nonstatic_field(Compile,            _eliminate_boxing,        const bool)                                                       \
   c2_nonstatic_field(Compile,            _ilt,                     InlineTree*)                                                      \
                                                                                                                                      \
   c2_nonstatic_field(InlineTree,         _caller_jvms,             JVMState*)                                                        \