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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.hpp198 enum suspend_type { enum in class:ThreadSafepointState
209 volatile suspend_type _type;
218 void roll_forward(suspend_type type);
223 suspend_type type() const { return _type; }
H A Dsafepoint.cpp958 void ThreadSafepointState::roll_forward(suspend_type type) {

Completed in 245 milliseconds