src/share/vm/opto/c2_globals.hpp
Index
Unified diffs
Context diffs
Sdiffs
Wdiffs
Patch
New
Old
Previous File
Next File
*** old/src/share/vm/opto/c2_globals.hpp Thu Jul 3 10:48:03 2008
--- new/src/share/vm/opto/c2_globals.hpp Thu Jul 3 10:48:03 2008
*** 371,381 ****
--- 371,381 ----
"Private flag to control optimizations for autobox elimination") \
\
product(intx, AutoBoxCacheMax, 128, \
"Sets max value cached by the java.lang.Integer autobox cache") \
\
! product(bool, DoEscapeAnalysis, false, \
! product(bool, DoEscapeAnalysis, true, \
"Perform escape analysis") \
\
notproduct(bool, PrintEscapeAnalysis, false, \
"Print the results of escape analysis") \
\
src/share/vm/opto/c2_globals.hpp
Index
Unified diffs
Context diffs
Sdiffs
Wdiffs
Patch
New
Old
Previous File
Next File