comparison src/share/vm/opto/c2_globals.hpp @ 257:40b69ca33f4b

6732312: Switch off executing Escape Analysis by default Summary: Switch off executing Escape Analysis by default for now Reviewed-by: rasbold
author kvn
date Thu, 31 Jul 2008 15:47:42 -0700
parents b0fe4deeb9fb
children 72c5366e5d86
comparison
equal deleted inserted replaced
256:4c5fa80d85da 257:40b69ca33f4b
371 "Private flag to control optimizations for autobox elimination") \ 371 "Private flag to control optimizations for autobox elimination") \
372 \ 372 \
373 product(intx, AutoBoxCacheMax, 128, \ 373 product(intx, AutoBoxCacheMax, 128, \
374 "Sets max value cached by the java.lang.Integer autobox cache") \ 374 "Sets max value cached by the java.lang.Integer autobox cache") \
375 \ 375 \
376 product(bool, DoEscapeAnalysis, true, \ 376 product(bool, DoEscapeAnalysis, false, \
377 "Perform escape analysis") \ 377 "Perform escape analysis") \
378 \ 378 \
379 notproduct(bool, PrintEscapeAnalysis, false, \ 379 notproduct(bool, PrintEscapeAnalysis, false, \
380 "Print the results of escape analysis") \ 380 "Print the results of escape analysis") \
381 \ 381 \