hotspot/src/share/vm/memory/threadLocalAllocBuffer.hpp
{- -------------------------------------------
(1) (assert)
---------------------------------------- -}
void invariants() const { assert(top() >= start() && top() <= end(), "invalid tlab"); }
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.