RFR(XS): 8132525: java -client -XX:+TieredCompilation -XX:CICompilerCount=1 -version asserts since 8130858

Roland Westrelin roland.westrelin at oracle.com
Wed Jul 29 10:51:36 UTC 2015


http://cr.openjdk.java.net/~roland/8132525/webrev.00/

My recent change to the validation of CICompilerCount triggers and assert failure: with -client -XX:+TieredCompilation, TieredCompilation is true when the CICompilerCount option is validated and an erroneous value is used for the min number of threads. TieredCompilation is forced off later in the command line validation process.

Roland.


More information about the hotspot-compiler-dev mailing list