src/share/vm/runtime/arguments.cpp

changeset 2606
0ac769a57c64
parent 2550
f77b3ec064b0
child 2607
8c9c9ee30d71
     1.1 --- a/src/share/vm/runtime/arguments.cpp	Tue Mar 01 10:27:15 2011 -0800
     1.2 +++ b/src/share/vm/runtime/arguments.cpp	Tue Mar 01 14:56:48 2011 -0800
     1.3 @@ -2790,10 +2790,6 @@
     1.4    if (!FLAG_IS_DEFAULT(OptoLoopAlignment) && FLAG_IS_DEFAULT(MaxLoopPad)) {
     1.5      FLAG_SET_DEFAULT(MaxLoopPad, OptoLoopAlignment-1);
     1.6    }
     1.7 -  // Temporary disable bulk zeroing reduction with G1. See CR 6627983.
     1.8 -  if (UseG1GC) {
     1.9 -    FLAG_SET_DEFAULT(ReduceBulkZeroing, false);
    1.10 -  }
    1.11  #endif
    1.12  
    1.13    // If we are running in a headless jre, force java.awt.headless property

mercurial