Searched refs:_virtual_spaces (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DadjoiningGenerations.hpp51 AdjoiningVirtualSpaces _virtual_spaces; member in class:AdjoiningGenerations
73 AdjoiningVirtualSpaces* virtual_spaces() { return &_virtual_spaces; }
H A DadjoiningGenerations.cpp43 _virtual_spaces(old_young_rs, min_low_byte_size,
57 _virtual_spaces.initialize(max_low_byte_size,
62 _young_gen = new ASPSYoungGen(_virtual_spaces.high(),
63 _virtual_spaces.high()->committed_size(),
65 _virtual_spaces.high_byte_size_limit());
68 _old_gen = new ASPSOldGen(_virtual_spaces.low(),
69 _virtual_spaces.low()->committed_size(),
71 _virtual_spaces.low_byte_size_limit(),

Completed in 29 milliseconds