comparison src/share/vm/opto/c2_globals.hpp @ 244:524eca34ea76

6684714: Optimize EA Connection Graph build performance Summary: switch on EA by default, optimize Connection Graph construction Reviewed-by: rasbold, never
author kvn
date Thu, 03 Jul 2008 18:02:47 -0700
parents 723be81c1212
children 4a4c365f777d
comparison
equal deleted inserted replaced
231:72c3e8693c9a 244:524eca34ea76
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, false, \ 376 product(bool, DoEscapeAnalysis, true, \
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 \