hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
changeset 9987 6e2b9796996f
parent 9936 59dac2950cc7
child 9989 305a76435cf1
equal deleted inserted replaced
9986:6db23347d358 9987:6e2b9796996f
  3454             assert(capacity() == _g1_storage.committed_size(), "committed size mismatch");
  3454             assert(capacity() == _g1_storage.committed_size(), "committed size mismatch");
  3455             assert(max_capacity() == _g1_storage.reserved_size(), "reserved size mismatch");
  3455             assert(max_capacity() == _g1_storage.reserved_size(), "reserved size mismatch");
  3456           }
  3456           }
  3457         }
  3457         }
  3458       }
  3458       }
       
  3459       // We have to do this after we decide whether to expand the heap or not.
       
  3460       g1_policy()->print_heap_transition();
  3459 
  3461 
  3460       if (mark_in_progress()) {
  3462       if (mark_in_progress()) {
  3461         concurrent_mark()->update_g1_committed();
  3463         concurrent_mark()->update_g1_committed();
  3462       }
  3464       }
  3463 
  3465