diff src/share/vm/runtime/arguments.cpp @ 2325:8c9c9ee30d71

Merge
author kvn
date Thu, 03 Mar 2011 23:31:45 -0800
parents da091bb67459 0ac769a57c64
children 0cd0a06d2535 5d8f5a6dced7
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Thu Mar 03 21:02:56 2011 -0800
+++ b/src/share/vm/runtime/arguments.cpp	Thu Mar 03 23:31:45 2011 -0800
@@ -2798,10 +2798,6 @@
   if (!FLAG_IS_DEFAULT(OptoLoopAlignment) && FLAG_IS_DEFAULT(MaxLoopPad)) {
     FLAG_SET_DEFAULT(MaxLoopPad, OptoLoopAlignment-1);
   }
-  // Temporary disable bulk zeroing reduction with G1. See CR 6627983.
-  if (UseG1GC) {
-    FLAG_SET_DEFAULT(ReduceBulkZeroing, false);
-  }
 #endif
 
   // If we are running in a headless jre, force java.awt.headless property