src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp

changeset 1063
7bb995fbd3c0
parent 1014
0fbdb4381b99
parent 1050
c6c601a0f2d6
child 1376
8b46c4d82093
child 1424
148e5441d916
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp	Mon Mar 09 13:34:00 2009 -0700
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp	Thu Mar 12 18:16:36 2009 -0700
     1.3 @@ -125,6 +125,8 @@
     1.4      perm_gen->verify_object_start_array();
     1.5    }
     1.6  
     1.7 +  heap->pre_full_gc_dump();
     1.8 +
     1.9    // Filled in below to track the state of the young gen after the collection.
    1.10    bool eden_empty;
    1.11    bool survivors_empty;
    1.12 @@ -363,6 +365,8 @@
    1.13      Universe::print_heap_after_gc();
    1.14    }
    1.15  
    1.16 +  heap->post_full_gc_dump();
    1.17 +
    1.18  #ifdef TRACESPINNING
    1.19    ParallelTaskTerminator::print_termination_counts();
    1.20  #endif

mercurial