comparison src/share/vm/runtime/arguments.cpp @ 65:99269dbf4ba8

6674588: (Escape Analysis) Improve Escape Analysis code Summary: Current EA code has several problems which have to be fixed. Reviewed-by: jrose, sgoldman
author kvn
date Fri, 14 Mar 2008 15:26:33 -0700
parents 8b6e49187640
children d6fe2e4959d6
comparison
equal deleted inserted replaced
64:b8f5ba577b02 65:99269dbf4ba8
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 NOT_WINDOWS( 1285 NOT_WINDOWS(