comparison src/share/vm/gc_implementation/g1/g1MarkSweep.cpp @ 751:20c6f43950b5

6490395: G1: Tidy up command line flags. Summary: Change G1 flag names to be more consistent and disable some in 'product' mode. Reviewed-by: tonyp, iveresov
author johnc
date Thu, 30 Apr 2009 15:07:53 -0700
parents 96b229c54d1e
children bd02caa94611
comparison
equal deleted inserted replaced
748:51285b431bb2 751:20c6f43950b5
55 // The marking doesn't preserve the marks of biased objects. 55 // The marking doesn't preserve the marks of biased objects.
56 BiasedLocking::preserve_marks(); 56 BiasedLocking::preserve_marks();
57 57
58 mark_sweep_phase1(marked_for_unloading, clear_all_softrefs); 58 mark_sweep_phase1(marked_for_unloading, clear_all_softrefs);
59 59
60 if (G1VerifyConcMark) { 60 if (VerifyDuringGC) {
61 G1CollectedHeap* g1h = G1CollectedHeap::heap(); 61 G1CollectedHeap* g1h = G1CollectedHeap::heap();
62 g1h->checkConcurrentMark(); 62 g1h->checkConcurrentMark();
63 } 63 }
64 64
65 mark_sweep_phase2(); 65 mark_sweep_phase2();