Searched refs:survived (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcAdaptivePolicyCounters.hpp172 inline void update_survived(size_t survived) { argument
173 _survived_counter->set_value(survived);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsAdaptiveSizePolicy.cpp973 // Keep running averages on how much survived
998 // Survivor space overflow occurred, so promoted and survived are
999 // not accurate. We'll make our best guess by combining survived
1011 // we use this to see how good of an estimate we have of what survived.
1079 size_t survived,
1083 // Keep running averages on how much survived
1084 _avg_survived->sample(survived);
1086 size_t survived_guess = survived + promoted;
1094 " survived: " SIZE_FORMAT
1097 survived, promote
1078 update_averages(bool is_survivor_overflow, size_t survived, size_t promoted) argument
[all...]
H A DpsScavenge.cpp501 size_t survived = young_gen->from_space()->used_in_bytes(); local
503 size_policy->update_averages(_survivor_overflow, survived, promoted);
534 counters->update_survived(survived);
H A DpsAdaptiveSizePolicy.hpp389 size_t survived,
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DasParNewGeneration.cpp567 size_t survived = from()->used(); local
569 // Keep running averages on how much survived
570 size_policy->avg_survived()->sample(survived);
575 size_t survived_guess = survived + promoted;
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/resources/
H A Daliasmap513 alias sun.gc.policy.survived // 1.5.0 b39
514 hotspot.gc.policy.survived // 1.5.0 b21

Completed in 48 milliseconds