--- old/src/share/vm/runtime/commandLineFlagConstraintsCompiler.cpp 2015-09-16 15:18:59.000000000 -0700 +++ new/src/share/vm/runtime/commandLineFlagConstraintsCompiler.cpp 2015-09-16 15:18:58.000000000 -0700 @@ -58,7 +58,7 @@ */ Flag::Error CICompilerCountConstraintFunc(intx value, bool verbose) { int min_number_of_compiler_threads = 0; -#if !defined(COMPILER1) && !defined(COMPILER2) && !defined(SHARK) +#if !defined(COMPILER1) && !defined(COMPILER2) && !defined(SHARK) && !INCLUDE_JVMCI // case 1 #else if (!TieredCompilation || (TieredStopAtLevel < CompLevel_full_optimization)) {