comparison src/share/vm/opto/c2_globals.hpp @ 930:357d4e2eb4dd

6873799: enable escape analysis by default Summary: enable escape analysis by default Reviewed-by: never
author kvn
date Wed, 19 Aug 2009 19:05:18 -0700
parents fbc12e71c476
children 7c57aead6d3e
comparison
equal deleted inserted replaced
929:cd18bd5e667c 930:357d4e2eb4dd
374 "Private flag to control optimizations for autobox elimination") \ 374 "Private flag to control optimizations for autobox elimination") \
375 \ 375 \
376 product(intx, AutoBoxCacheMax, 128, \ 376 product(intx, AutoBoxCacheMax, 128, \
377 "Sets max value cached by the java.lang.Integer autobox cache") \ 377 "Sets max value cached by the java.lang.Integer autobox cache") \
378 \ 378 \
379 product(bool, DoEscapeAnalysis, false, \ 379 product(bool, DoEscapeAnalysis, true, \
380 "Perform escape analysis") \ 380 "Perform escape analysis") \
381 \ 381 \
382 notproduct(bool, PrintEscapeAnalysis, false, \ 382 notproduct(bool, PrintEscapeAnalysis, false, \
383 "Print the results of escape analysis") \ 383 "Print the results of escape analysis") \
384 \ 384 \