comparison src/share/vm/runtime/vmStructs.cpp @ 10278:6f3fd5150b67

6934604: enable parts of EliminateAutoBox by default Summary: Resurrected autobox elimination code and enabled part of it by default. Reviewed-by: roland, twisti
author kvn
date Wed, 08 May 2013 15:08:01 -0700
parents 0b55a78c6be5
children e484fe2abebd
comparison
equal deleted inserted replaced
10277:aabf54ccedb1 10278:6f3fd5150b67
1055 c2_nonstatic_field(Compile, _method, ciMethod*) \ 1055 c2_nonstatic_field(Compile, _method, ciMethod*) \
1056 c2_nonstatic_field(Compile, _compile_id, const int) \ 1056 c2_nonstatic_field(Compile, _compile_id, const int) \
1057 c2_nonstatic_field(Compile, _save_argument_registers, const bool) \ 1057 c2_nonstatic_field(Compile, _save_argument_registers, const bool) \
1058 c2_nonstatic_field(Compile, _subsume_loads, const bool) \ 1058 c2_nonstatic_field(Compile, _subsume_loads, const bool) \
1059 c2_nonstatic_field(Compile, _do_escape_analysis, const bool) \ 1059 c2_nonstatic_field(Compile, _do_escape_analysis, const bool) \
1060 c2_nonstatic_field(Compile, _eliminate_boxing, const bool) \
1060 c2_nonstatic_field(Compile, _ilt, InlineTree*) \ 1061 c2_nonstatic_field(Compile, _ilt, InlineTree*) \
1061 \ 1062 \
1062 c2_nonstatic_field(InlineTree, _caller_jvms, JVMState*) \ 1063 c2_nonstatic_field(InlineTree, _caller_jvms, JVMState*) \
1063 c2_nonstatic_field(InlineTree, _method, ciMethod*) \ 1064 c2_nonstatic_field(InlineTree, _method, ciMethod*) \
1064 c2_nonstatic_field(InlineTree, _caller_tree, InlineTree*) \ 1065 c2_nonstatic_field(InlineTree, _caller_tree, InlineTree*) \