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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp924 _space_info[old_space_id].set_space(heap->old_gen()->object_space());
930 _space_info[old_space_id].set_start_array(heap->old_gen()->start_array());
1667 id = old_space_id;
1801 ParallelOldGCSplitALot && id == old_space_id, local
1910 assert(perm_space_id < old_space_id, "should not count perm data here");
1911 for (unsigned int id = old_space_id; id < last_space_id; ++id) {
1916 MutableSpace* const old_space = _space_info[old_space_id].space();
1930 summarize_space(old_space_id, maximum_compaction);
1936 SpaceId dst_space_id = old_space_id;
2290 _gc_tracer.report_dense_prefix(dense_prefix(old_space_id));
[all...]

Completed in 1820 milliseconds