src/share/vm/opto/c2_globals.hpp

changeset 6478
044b28168e20
parent 6472
2b8e28fdf503
child 6487
15120a36272d
equal deleted inserted replaced
6477:eb178e97560c 6478:044b28168e20
461 "Sets max value cached by the java.lang.Integer autobox cache") \ 461 "Sets max value cached by the java.lang.Integer autobox cache") \
462 \ 462 \
463 experimental(bool, AggressiveUnboxing, false, \ 463 experimental(bool, AggressiveUnboxing, false, \
464 "Control optimizations for aggressive boxing elimination") \ 464 "Control optimizations for aggressive boxing elimination") \
465 \ 465 \
466 develop(bool, TracePostallocExpand, false, "Trace expanding nodes after" \
467 " register allocation.") \
468 \
466 product(bool, DoEscapeAnalysis, true, \ 469 product(bool, DoEscapeAnalysis, true, \
467 "Perform escape analysis") \ 470 "Perform escape analysis") \
468 \ 471 \
469 develop(bool, ExitEscapeAnalysisOnTimeout, true, \ 472 develop(bool, ExitEscapeAnalysisOnTimeout, true, \
470 "Exit or throw assert in EA when it reaches time limit") \ 473 "Exit or throw assert in EA when it reaches time limit") \

mercurial