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

/openjdk7/hotspot/src/share/vm/memory/
H A DgcLocker.hpp309 _saved = _t->skip_gcalot();
314 assert(_t->skip_gcalot(), "Save-restore protocol invariant");
/openjdk7/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.cpp84 if (thread->skip_gcalot()) return;
H A Dthread.hpp396 bool skip_gcalot() { return _skip_gcalot; } function in class:Thread

Completed in 1065 milliseconds