hg: jdk8u/hs-dev/hotspot: 8029436: CICompilerCount is not updated when the number of compiler threads is adjusted to the number of CPUs
albert.noll at oracle.com
albert.noll at oracle.com
Wed Apr 30 11:01:14 UTC 2014
Changeset: 7150b16fda52
Author: anoll
Date: 2014-04-14 08:24 +0200
URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/7150b16fda52
8029436: CICompilerCount is not updated when the number of compiler threads is adjusted to the number of CPUs
Summary: CICompilerCount is updated in AdvancedThresholdPolicy::initialize, SimpleThresholdPolicy::initialize and NonTieredCompPolicy::initialize. A warning is printed if the usersets both, CICompilerCount and CICompilerCountPerCPU.
Reviewed-by: kvn, twisti
Contributed-by: Tobias Hartmann <tobias.hartmann at oracle.com>
! src/share/vm/runtime/advancedThresholdPolicy.cpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/compilationPolicy.cpp
! src/share/vm/runtime/simpleThresholdPolicy.cpp
More information about the jdk8u-hs-changes
mailing list