src/share/vm/opto/c2_globals.hpp

changeset 4206
006174cfe979
parent 4105
8ae8f9dd7099
child 4315
2aff40cb4703
equal deleted inserted replaced
4205:a3ecd773a7b9 4206:006174cfe979
437 "Sets max value cached by the java.lang.Integer autobox cache") \ 437 "Sets max value cached by the java.lang.Integer autobox cache") \
438 \ 438 \
439 product(bool, DoEscapeAnalysis, true, \ 439 product(bool, DoEscapeAnalysis, true, \
440 "Perform escape analysis") \ 440 "Perform escape analysis") \
441 \ 441 \
442 develop(bool, ExitEscapeAnalysisOnTimeout, true, \
443 "Exit or throw assert in EA when it reaches time limit") \
444 \
442 notproduct(bool, PrintEscapeAnalysis, false, \ 445 notproduct(bool, PrintEscapeAnalysis, false, \
443 "Print the results of escape analysis") \ 446 "Print the results of escape analysis") \
444 \ 447 \
445 product(bool, EliminateAllocations, true, \ 448 product(bool, EliminateAllocations, true, \
446 "Use escape analysis to eliminate allocations") \ 449 "Use escape analysis to eliminate allocations") \

mercurial