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

/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.hpp30 // Register function to be called by before_exit
34 extern void before_exit(JavaThread * thread);
H A Djava.cpp440 // Note: before_exit() can be executed only once, if more than one threads
442 // can run before_exit() and all other threads must wait.
443 void before_exit(JavaThread * thread) { function
449 // Note: don't use a Mutex to guard the entire before_exit(), as
H A Dthread.cpp1836 // before_exit() has already posted JVMTI THREAD_END events
3891 // the same, but they share Shutdown.shutdown() at Java level and before_exit()
3900 // + Call before_exit(), prepare for VM exit
3957 before_exit(thread);
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp1902 before_exit(JavaThread::current());
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp400 before_exit(thread);
406 before_exit(thread);

Completed in 62 milliseconds