src/share/vm/opto/c2_globals.hpp

changeset 1365
357d4e2eb4dd
parent 1108
fbc12e71c476
child 1515
7c57aead6d3e
equal deleted inserted replaced
1364:cd18bd5e667c 1365: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 \

mercurial