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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DcopyFailedInfo.hpp32 size_t _first_size; member in class:CopyFailedInfo
38 CopyFailedInfo() : _first_size(0), _smallest_size(0), _total_size(0), _count(0) {}
41 if (_first_size == 0) {
42 _first_size = size;
52 _first_size = 0;
59 size_t first_size() const { return _first_size; }

Completed in 21 milliseconds