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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.hpp199 oop _throwable; // The Throwable thrown at the target Thread member in class:VM_ThreadStop
205 _throwable = throwable;
209 oop throwable() const { return _throwable;}
218 f->do_oop(&_thread); f->do_oop(&_throwable);

Completed in 66 milliseconds