comparison src/share/vm/runtime/arguments.cpp @ 62:cd0742ba123c

Merge
author kamg
date Thu, 20 Mar 2008 09:17:30 -0500
parents 8b6e49187640 5a76ab815e34
children d6fe2e4959d6
comparison
equal deleted inserted replaced
52:75b0f3cb1943 62:cd0742ba123c
1277 add_property(buffer); 1277 add_property(buffer);
1278 } 1278 }
1279 #endif 1279 #endif
1280 1280
1281 if (AggressiveOpts) { 1281 if (AggressiveOpts) {
1282 NOT_WINDOWS( 1282 // Sample flag setting code
1283 // No measured benefit on Windows 1283 // if (FLAG_IS_DEFAULT(EliminateZeroing)) {
1284 if (FLAG_IS_DEFAULT(CacheTimeMillis)) { 1284 // FLAG_SET_DEFAULT(EliminateZeroing, true);
1285 FLAG_SET_DEFAULT(CacheTimeMillis, true); 1285 // }
1286 }
1287 )
1288 } 1286 }
1289 } 1287 }
1290 1288
1291 //=========================================================================================================== 1289 //===========================================================================================================
1292 // Parsing of java.compiler property 1290 // Parsing of java.compiler property