src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

changeset 3714
f7a8920427a6
parent 3713
720b6a76dd9d
child 3731
8a2e5a6a19a4
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Wed Apr 18 07:21:15 2012 -0400
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Wed Apr 18 13:39:55 2012 -0400
     1.3 @@ -4064,7 +4064,6 @@
     1.4  
     1.5  void G1CollectedHeap::remove_self_forwarding_pointers() {
     1.6    assert(check_cset_heap_region_claim_values(HeapRegion::InitialClaimValue), "sanity");
     1.7 -  assert(g1_policy()->assertMarkedBytesDataOK(), "Should be!");
     1.8  
     1.9    G1ParRemoveSelfForwardPtrsTask rsfp_task(this);
    1.10  
    1.11 @@ -4082,7 +4081,6 @@
    1.12    reset_cset_heap_region_claim_values();
    1.13  
    1.14    assert(check_cset_heap_region_claim_values(HeapRegion::InitialClaimValue), "sanity");
    1.15 -  assert(g1_policy()->assertMarkedBytesDataOK(), "Should be!");
    1.16  
    1.17    // Now restore saved marks, if any.
    1.18    if (_objs_with_preserved_marks != NULL) {

mercurial