Searched defs:ASPSOldGen (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DasPSOldGen.hpp35 class ASPSOldGen : public PSOldGen { class in inherits:PSOldGen
40 ASPSOldGen(size_t initial_byte_size,
44 ASPSOldGen(PSVirtualSpace* vs,
66 virtual const char* short_name() const { return "ASPSOldGen"; }
H A DasPSOldGen.cpp36 // ASPSOldGen takes the upper limit on the size of
37 // the generation as a parameter. In ASPSOldGen the
44 // is how it always worked. In ASPSOldGen max_gen_size()
50 ASPSOldGen::ASPSOldGen(size_t initial_size, function in class:ASPSOldGen
60 ASPSOldGen::ASPSOldGen(PSVirtualSpace* vs, function in class:ASPSOldGen
73 void ASPSOldGen::reset_after_change() {
80 size_t ASPSOldGen::available_for_expansion() {
90 size_t ASPSOldGen
[all...]

Completed in 46 milliseconds