1484 product(intx, CICompilerCount, CI_COMPILER_COUNT, \ |
1484 product(intx, CICompilerCount, CI_COMPILER_COUNT, \ |
1485 "Number of compiler threads to run") \ |
1485 "Number of compiler threads to run") \ |
1486 range(0, max_jint) \ |
1486 range(0, max_jint) \ |
1487 constraint(CICompilerCountConstraintFunc, AfterErgo) \ |
1487 constraint(CICompilerCountConstraintFunc, AfterErgo) \ |
1488 \ |
1488 \ |
|
1489 product(bool, UseDynamicNumberOfCompilerThreads, true, \ |
|
1490 "Dynamically choose the number of parallel compiler threads") \ |
|
1491 \ |
|
1492 diagnostic(bool, ReduceNumberOfCompilerThreads, true, \ |
|
1493 "Reduce the number of parallel compiler threads when they " \ |
|
1494 "are not used") \ |
|
1495 \ |
|
1496 diagnostic(bool, TraceCompilerThreads, false, \ |
|
1497 "Trace creation and removal of compiler threads") \ |
|
1498 \ |
|
1499 develop(bool, InjectCompilerCreationFailure, false, \ |
|
1500 "Inject thread creation failures for " \ |
|
1501 "UseDynamicNumberOfCompilerThreads") \ |
|
1502 \ |
1489 product(intx, CompilationPolicyChoice, 0, \ |
1503 product(intx, CompilationPolicyChoice, 0, \ |
1490 "which compilation policy (0-3)") \ |
1504 "which compilation policy (0-3)") \ |
1491 range(0, 3) \ |
1505 range(0, 3) \ |
1492 \ |
1506 \ |
1493 develop(bool, UseStackBanging, true, \ |
1507 develop(bool, UseStackBanging, true, \ |