comparison src/share/vm/runtime/arguments.cpp @ 61:5a76ab815e34

6667833: Remove CacheTimeMillis Summary: Remove -XX:+CacheTimeMillis option and associated functionality Reviewed-by: acorn, never
author sbohne
date Wed, 19 Mar 2008 09:58:01 -0400
parents a61af66fc99e
children cd0742ba123c
comparison
equal deleted inserted replaced
60:8d84e28e68ba 61:5a76ab815e34
1253 } 1253 }
1254 1254
1255 // Aggressive optimization flags -XX:+AggressiveOpts 1255 // Aggressive optimization flags -XX:+AggressiveOpts
1256 void Arguments::set_aggressive_opts_flags() { 1256 void Arguments::set_aggressive_opts_flags() {
1257 if (AggressiveOpts) { 1257 if (AggressiveOpts) {
1258 NOT_WINDOWS( 1258 // Sample flag setting code
1259 // No measured benefit on Windows 1259 // if (FLAG_IS_DEFAULT(EliminateZeroing)) {
1260 if (FLAG_IS_DEFAULT(CacheTimeMillis)) { 1260 // FLAG_SET_DEFAULT(EliminateZeroing, true);
1261 FLAG_SET_DEFAULT(CacheTimeMillis, true); 1261 // }
1262 }
1263 )
1264 } 1262 }
1265 } 1263 }
1266 1264
1267 //=========================================================================================================== 1265 //===========================================================================================================
1268 // Parsing of java.compiler property 1266 // Parsing of java.compiler property