hotspot/src/share/vm/runtime/arguments.cpp
changeset 249 8a8601fb5571
parent 235 735f15bdea80
parent 238 803c80713999
child 360 21d113ecbf6a
equal deleted inserted replaced
235:735f15bdea80 249:8a8601fb5571
  1273 
  1273 
  1274     // Feed the cache size setting into the JDK
  1274     // Feed the cache size setting into the JDK
  1275     char buffer[1024];
  1275     char buffer[1024];
  1276     sprintf(buffer, "java.lang.Integer.IntegerCache.high=%d", AutoBoxCacheMax);
  1276     sprintf(buffer, "java.lang.Integer.IntegerCache.high=%d", AutoBoxCacheMax);
  1277     add_property(buffer);
  1277     add_property(buffer);
       
  1278   }
       
  1279   if (AggressiveOpts && FLAG_IS_DEFAULT(DoEscapeAnalysis)) {
       
  1280     FLAG_SET_DEFAULT(DoEscapeAnalysis, true);
  1278   }
  1281   }
  1279 #endif
  1282 #endif
  1280 
  1283 
  1281   if (AggressiveOpts) {
  1284   if (AggressiveOpts) {
  1282 // Sample flag setting code
  1285 // Sample flag setting code