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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/
H A DG1CollectedHeap.java88 public long n_regions() { method in class:G1CollectedHeap
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DcollectionSetChooser.cpp160 void CollectionSetChooser::prepare_for_par_region_addition(uint n_regions, argument
176 uint aligned_n_regions = (n_regions + chunk_size - 1) / chunk_size * chunk_size;
/openjdk7/hotspot/src/share/vm/memory/
H A DcompactingPermGenGen.hpp118 n_regions = 4 enumerator in enum:CompactingPermGenGen::__anon253

Completed in 114 milliseconds