comparison src/share/vm/opto/c2_globals.hpp @ 20585:90297adbda9d

8041984: CompilerThread seems to occupy all CPU in a very rare situation Summary: Add new timeout checks to EA. Reviewed-by: iveresov, drchase
author kvn
date Fri, 24 Oct 2014 10:28:19 -0700
parents 166d744df0de
children 9e69e8d1c900
comparison
equal deleted inserted replaced
20584:ef9eda2c1abe 20585:90297adbda9d
471 " register allocation.") \ 471 " register allocation.") \
472 \ 472 \
473 product(bool, DoEscapeAnalysis, true, \ 473 product(bool, DoEscapeAnalysis, true, \
474 "Perform escape analysis") \ 474 "Perform escape analysis") \
475 \ 475 \
476 product(double, EscapeAnalysisTimeout, 20. DEBUG_ONLY(+40.), \
477 "Abort EA when it reaches time limit (in sec)") \
478 \
476 develop(bool, ExitEscapeAnalysisOnTimeout, true, \ 479 develop(bool, ExitEscapeAnalysisOnTimeout, true, \
477 "Exit or throw assert in EA when it reaches time limit") \ 480 "Exit or throw assert in EA when it reaches time limit") \
478 \ 481 \
479 notproduct(bool, PrintEscapeAnalysis, false, \ 482 notproduct(bool, PrintEscapeAnalysis, false, \
480 "Print the results of escape analysis") \ 483 "Print the results of escape analysis") \