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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DfreeChunk.hpp78 return ((volatile FreeChunk*)addr)->is_free();
81 bool is_free() const volatile { function in class:VALUE_OBJ_CLASS_SPEC
86 assert(is_free(), "can't get coalesce bit on not free");
91 assert(is_free(), "Should look like a free block");
132 assert(!is_free(), "Error");

Completed in 34 milliseconds