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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmutableNUMASpace.hpp71 bool _allocation_failed; member in class:MutableNUMASpace::LGRPSpace
93 LGRPSpace(int l, size_t alignment) : _lgrp_id(l), _last_page_scanned(NULL), _allocation_failed(false) {
116 void set_allocation_failed() { _allocation_failed = true; }
123 if (_allocation_failed) {
125 _allocation_failed = false;

Completed in 39 milliseconds