hotspot/src/share/vm/runtime/arguments.cpp
changeset 27147 ed83dc5777e6
parent 26950 4c77580f566c
child 27148 a4b542d56e01
equal deleted inserted replaced
27146:06664440c7a3 27147:ed83dc5777e6
  3920     if (CompilationPolicyChoice >= 2) {
  3920     if (CompilationPolicyChoice >= 2) {
  3921       vm_exit_during_initialization(
  3921       vm_exit_during_initialization(
  3922         "Incompatible compilation policy selected", NULL);
  3922         "Incompatible compilation policy selected", NULL);
  3923     }
  3923     }
  3924   }
  3924   }
       
  3925 
       
  3926 #ifdef COMPILER2
       
  3927 #ifndef PRODUCT
       
  3928   if (PrintIdealGraphLevel > 0) {
       
  3929     FLAG_SET_ERGO(bool, PrintIdealGraph, true);
       
  3930   }
       
  3931 #endif
       
  3932 #endif
       
  3933 
  3925   // Set NmethodSweepFraction after the size of the code cache is adapted (in case of tiered)
  3934   // Set NmethodSweepFraction after the size of the code cache is adapted (in case of tiered)
  3926   if (FLAG_IS_DEFAULT(NmethodSweepFraction)) {
  3935   if (FLAG_IS_DEFAULT(NmethodSweepFraction)) {
  3927     FLAG_SET_DEFAULT(NmethodSweepFraction, 1 + ReservedCodeCacheSize / (16 * M));
  3936     FLAG_SET_DEFAULT(NmethodSweepFraction, 1 + ReservedCodeCacheSize / (16 * M));
  3928   }
  3937   }
  3929 
  3938