diff src/share/vm/runtime/arguments.cpp @ 1316:cc98cc548f51

Merge
author apetrusenko
date Mon, 22 Mar 2010 02:40:53 -0700
parents 76c1d7d13ec5 2a1472c30599
children 56507bcd639e
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Thu Mar 18 16:06:00 2010 -0700
+++ b/src/share/vm/runtime/arguments.cpp	Mon Mar 22 02:40:53 2010 -0700
@@ -1346,9 +1346,7 @@
   }
 
   if (FLAG_IS_DEFAULT(MarkStackSize)) {
-    // Size as a multiple of TaskQueueSuper::N which is larger
-    // for 64-bit.
-    FLAG_SET_DEFAULT(MarkStackSize, 128 * TaskQueueSuper::total_size());
+    FLAG_SET_DEFAULT(MarkStackSize, 128 * TASKQUEUE_SIZE);
   }
   if (PrintGCDetails && Verbose) {
     tty->print_cr("MarkStackSize: %uk  MarkStackSizeMax: %uk",