src/share/vm/runtime/arguments.cpp

changeset 497
cd0742ba123c
parent 481
8b6e49187640
parent 496
5a76ab815e34
child 511
d6fe2e4959d6
     1.1 --- a/src/share/vm/runtime/arguments.cpp	Thu Mar 13 14:17:48 2008 -0700
     1.2 +++ b/src/share/vm/runtime/arguments.cpp	Thu Mar 20 09:17:30 2008 -0500
     1.3 @@ -1279,12 +1279,10 @@
     1.4  #endif
     1.5  
     1.6    if (AggressiveOpts) {
     1.7 -NOT_WINDOWS(
     1.8 -    // No measured benefit on Windows
     1.9 -    if (FLAG_IS_DEFAULT(CacheTimeMillis)) {
    1.10 -      FLAG_SET_DEFAULT(CacheTimeMillis, true);
    1.11 -    }
    1.12 -)
    1.13 +// Sample flag setting code
    1.14 +//    if (FLAG_IS_DEFAULT(EliminateZeroing)) {
    1.15 +//      FLAG_SET_DEFAULT(EliminateZeroing, true);
    1.16 +//    }
    1.17    }
    1.18  }
    1.19  

mercurial