< prev index next >

src/share/vm/gc/shared/collectedHeap.hpp

Print this page
rev 13280 : imported patch CollectedHeap_register_nmethod

*** 391,400 **** --- 391,402 ---- // The amount of used space for thread-local allocation buffers for the given thread. virtual size_t tlab_used(Thread *thr) const = 0; virtual size_t max_tlab_size() const; + virtual void verify_nmethod_roots(nmethod* nmethod); + // An estimate of the maximum allocation that could be performed // for thread-local allocation buffers without triggering any // collection or expansion activity. virtual size_t unsafe_max_tlab_alloc(Thread *thr) const { guarantee(false, "thread-local allocation buffers not supported");
< prev index next >