hg: jdk9/hs-comp/hotspot: 8034775: Failing to initialize VM when running with negative value for -XX:CICompilerCount

albert.noll at oracle.com albert.noll at oracle.com
Tue Feb 25 06:27:07 PST 2014


Changeset: 9a83b7b3e37c
Author:    anoll
Date:      2014-02-25 13:52 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/9a83b7b3e37c

8034775: Failing to initialize VM when running with negative value for -XX:CICompilerCount
Summary: Ensure appropriate min. number of compiler threads (1 for non-tiered, and 2 for tiered)
Reviewed-by: kvn

! src/share/vm/runtime/arguments.cpp
+ test/compiler/startup/NumCompilerThreadsCheck.java



More information about the jdk9-all-changes mailing list