src/hotspot/share/gc/g1/g1Arguments.cpp
changeset 48316 4d28288c9f9e
parent 48179 34fe70d22e9c
child 49010 9010e596f391
equal deleted inserted replaced
48315:32fd4be602d5 48316:4d28288c9f9e
    96 
    96 
    97 #ifdef COMPILER2
    97 #ifdef COMPILER2
    98   // Enable loop strip mining to offer better pause time guarantees
    98   // Enable loop strip mining to offer better pause time guarantees
    99   if (FLAG_IS_DEFAULT(UseCountedLoopSafepoints)) {
    99   if (FLAG_IS_DEFAULT(UseCountedLoopSafepoints)) {
   100     FLAG_SET_DEFAULT(UseCountedLoopSafepoints, true);
   100     FLAG_SET_DEFAULT(UseCountedLoopSafepoints, true);
   101   }
   101     if (FLAG_IS_DEFAULT(LoopStripMiningIter)) {
   102   if (UseCountedLoopSafepoints && FLAG_IS_DEFAULT(LoopStripMiningIter)) {
   102       FLAG_SET_DEFAULT(LoopStripMiningIter, 1000);
   103     FLAG_SET_DEFAULT(LoopStripMiningIter, 1000);
   103     }
   104   }
   104   }
   105 #endif
   105 #endif
   106 }
   106 }
   107 
   107 
   108 bool G1Arguments::parse_verification_type(const char* type) {
   108 bool G1Arguments::parse_verification_type(const char* type) {