comparison src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.cpp @ 1000:a1423fe86a18

Merge
author trims
date Fri, 09 Oct 2009 15:18:52 -0700
parents 148e5441d916
children 39b01ab7035a
comparison
equal deleted inserted replaced
984:6ddec5389232 1000:a1423fe86a18
960 960
961 // Delegate the resize to the generation. 961 // Delegate the resize to the generation.
962 _old_gen->resize(desired_free_space); 962 _old_gen->resize(desired_free_space);
963 } 963 }
964 964
965 ParallelScavengeHeap::ParStrongRootsScope::ParStrongRootsScope() {
966 // nothing particular
967 }
968
969 ParallelScavengeHeap::ParStrongRootsScope::~ParStrongRootsScope() {
970 // nothing particular
971 }
972
965 #ifndef PRODUCT 973 #ifndef PRODUCT
966 void ParallelScavengeHeap::record_gen_tops_before_GC() { 974 void ParallelScavengeHeap::record_gen_tops_before_GC() {
967 if (ZapUnusedHeapArea) { 975 if (ZapUnusedHeapArea) {
968 young_gen()->record_spaces_top(); 976 young_gen()->record_spaces_top();
969 old_gen()->record_spaces_top(); 977 old_gen()->record_spaces_top();