Searched defs:TenuredGeneration (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DTenuredGeneration.java29 public class TenuredGeneration extends OneContigSpaceCardGeneration { class in inherits:OneContigSpaceCardGeneration
30 public TenuredGeneration(Address addr) { method in class:TenuredGeneration
/openjdk7/hotspot/src/share/vm/memory/
H A DtenuredGeneration.hpp33 // TenuredGeneration models the heap containing old (promoted/tenured) objects.
37 class TenuredGeneration: public OneContigSpaceCardGeneration { class in inherits:OneContigSpaceCardGeneration
62 TenuredGeneration(ReservedSpace rs, size_t initial_byte_size, int level,
H A DtenuredGeneration.cpp37 TenuredGeneration::TenuredGeneration(ReservedSpace rs, function in class:TenuredGeneration
84 const char* TenuredGeneration::name() const {
88 void TenuredGeneration::compute_new_size() {
112 gclog_or_tty->print_cr("TenuredGeneration::compute_new_size: ");
244 void TenuredGeneration::gc_prologue(bool full) {
252 void TenuredGeneration::gc_epilogue(bool full) {
260 bool TenuredGeneration::should_collect(bool full,
271 gclog_or_tty->print_cr("TenuredGeneration::should_collect: because"
278 gclog_or_tty->print_cr("TenuredGeneration
[all...]

Completed in 43 milliseconds