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

/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.hpp401 CompactibleSpace* _next_compaction_space; member in class:CompactibleSpace
405 _compaction_top(NULL), _next_compaction_space(NULL) {}
429 return _next_compaction_space;
433 _next_compaction_space = csp;

Completed in 34 milliseconds