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

/openjdk7/hotspot/src/share/vm/memory/
H A DgenOopClosures.hpp54 HeapWord* _gen_boundary; // start of generation member in class:OopsInGenClosure
70 _orig_gen(NULL), _gen(NULL), _gen_boundary(NULL), _rs(NULL) {};
77 // Problem with static closures: must have _gen_boundary set at some point,
84 HeapWord* gen_boundary() { return _gen_boundary; }

Completed in 30 milliseconds