src/hotspot/share/runtime/commandLineFlagConstraintsCompiler.cpp
changeset 47687 fb290fd1f9d4
parent 47216 71c04702a3d5
child 56478 90df053536e0
--- a/src/hotspot/share/runtime/commandLineFlagConstraintsCompiler.cpp	Wed Oct 18 16:06:39 2017 +0200
+++ b/src/hotspot/share/runtime/commandLineFlagConstraintsCompiler.cpp	Sun Oct 15 22:54:03 2017 +0200
@@ -64,7 +64,7 @@
  */
 Flag::Error CICompilerCountConstraintFunc(intx value, bool verbose) {
   int min_number_of_compiler_threads = 0;
-#if !defined(COMPILER1) && !defined(COMPILER2) && !defined(SHARK) && !INCLUDE_JVMCI
+#if !defined(COMPILER1) && !defined(COMPILER2) && !INCLUDE_JVMCI
   // case 1
 #else
   if (!TieredCompilation || (TieredStopAtLevel < CompLevel_full_optimization)) {