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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.hpp196 class VM_ThreadStop: public VM_Operation { class in inherits:VM_Operation
203 VM_ThreadStop(oop thread, oop throwable) { function in class:VM_ThreadStop
H A Dvm_operations.cpp99 void VM_ThreadStop::doit() {
H A Dthread.cpp464 VM_ThreadStop* vm_stop = new VM_ThreadStop(java_thread, java_throwable);

Completed in 140 milliseconds