src/share/vm/opto/c2_globals.hpp

changeset 679
524eca34ea76
parent 590
723be81c1212
child 680
4a4c365f777d
equal deleted inserted replaced
666:72c3e8693c9a 679: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 \

mercurial