hotspot/src/share/vm/runtime/arguments.cpp
changeset 10494 3f347ed8bd3c
parent 10024 7f06e5a003ca
child 10543 2c0914969c10
equal deleted inserted replaced
10284:17533dd1b807 10494:3f347ed8bd3c
  1421   }
  1421   }
  1422   if (UseNUMA) {
  1422   if (UseNUMA) {
  1423     if (FLAG_IS_DEFAULT(MinHeapDeltaBytes)) {
  1423     if (FLAG_IS_DEFAULT(MinHeapDeltaBytes)) {
  1424       FLAG_SET_DEFAULT(MinHeapDeltaBytes, 64*M);
  1424       FLAG_SET_DEFAULT(MinHeapDeltaBytes, 64*M);
  1425     }
  1425     }
       
  1426     // For those collectors or operating systems (eg, Windows) that do
       
  1427     // not support full UseNUMA, we will map to UseNUMAInterleaving for now
       
  1428     UseNUMAInterleaving = true;
  1426   }
  1429   }
  1427 }
  1430 }
  1428 
  1431 
  1429 void Arguments::set_g1_gc_flags() {
  1432 void Arguments::set_g1_gc_flags() {
  1430   assert(UseG1GC, "Error");
  1433   assert(UseG1GC, "Error");