diff src/share/vm/runtime/arguments.cpp @ 3332:f4063a3503fc

Merge
author kamg
date Fri, 06 May 2011 11:25:16 -0400
parents 6c978a541c03 567c87d484a0
children 942e888897bc
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Thu May 05 21:20:21 2011 -0400
+++ b/src/share/vm/runtime/arguments.cpp	Fri May 06 11:25:16 2011 -0400
@@ -1423,6 +1423,11 @@
       }
     }
   }
+  if (UseNUMA) {
+    if (FLAG_IS_DEFAULT(MinHeapDeltaBytes)) {
+      FLAG_SET_DEFAULT(MinHeapDeltaBytes, 64*M);
+    }
+  }
 }
 
 void Arguments::set_g1_gc_flags() {
@@ -2376,7 +2381,6 @@
       _gc_log_filename = strdup(tail);
       FLAG_SET_CMDLINE(bool, PrintGC, true);
       FLAG_SET_CMDLINE(bool, PrintGCTimeStamps, true);
-      FLAG_SET_CMDLINE(bool, TraceClassUnloading, true);
 
     // JNI hooks
     } else if (match_option(option, "-Xcheck", &tail)) {