comparison src/share/vm/runtime/arguments.cpp @ 3322:567c87d484a0

7041501: NUMA: Expand the old gen more aggressively Summary: Expand the old gen in bigger increments Reviewed-by: jmasa
author iveresov
date Wed, 04 May 2011 15:08:44 -0700
parents da0fffdcc453
children f4063a3503fc
comparison
equal deleted inserted replaced
3321:a1d5f532838d 3322:567c87d484a0
1419 FLAG_SET_DEFAULT(MarkSweepDeadRatio, 1); 1419 FLAG_SET_DEFAULT(MarkSweepDeadRatio, 1);
1420 } 1420 }
1421 if (FLAG_IS_DEFAULT(PermMarkSweepDeadRatio)) { 1421 if (FLAG_IS_DEFAULT(PermMarkSweepDeadRatio)) {
1422 FLAG_SET_DEFAULT(PermMarkSweepDeadRatio, 5); 1422 FLAG_SET_DEFAULT(PermMarkSweepDeadRatio, 5);
1423 } 1423 }
1424 }
1425 }
1426 if (UseNUMA) {
1427 if (FLAG_IS_DEFAULT(MinHeapDeltaBytes)) {
1428 FLAG_SET_DEFAULT(MinHeapDeltaBytes, 64*M);
1424 } 1429 }
1425 } 1430 }
1426 } 1431 }
1427 1432
1428 void Arguments::set_g1_gc_flags() { 1433 void Arguments::set_g1_gc_flags() {