-
Bug
-
Resolution: Fixed
-
P4
-
hs25
-
b11
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045425 | 8u25 | Albert Noll | P4 | Resolved | Fixed | b01 |
JDK-8042203 | 8u20 | Albert Noll | P4 | Resolved | Fixed | b14 |
JDK-8053343 | emb-8u26 | Albert Noll | P4 | Resolved | Fixed | b17 |
CICompilerCount holds the number of compiler threads. (Maybe we should also rename the flag, since it does not set the number of 'compilers' but the number of compiler threads - so maybe CICompilerThreads is more appropriate).
The number of compiler threads is set in simpleThresholdPolicy.cpp and advancedThresholdPolicy.cpp but CICompilerCount is not updated accordingly. CICompilerCount is used (and contains a wrong value) in compilebroker.cpp .
The number of compiler threads is set in simpleThresholdPolicy.cpp and advancedThresholdPolicy.cpp but CICompilerCount is not updated accordingly. CICompilerCount is used (and contains a wrong value) in compilebroker.cpp .
- backported by
-
JDK-8042203 CICompilerCount is not updated when the number of compiler threads is adjusted to the number of CPUs
-
- Resolved
-
-
JDK-8045425 CICompilerCount is not updated when the number of compiler threads is adjusted to the number of CPUs
-
- Resolved
-
-
JDK-8053343 CICompilerCount is not updated when the number of compiler threads is adjusted to the number of CPUs
-
- Resolved
-