Searched defs:BEFORE_EXIT_RUNNING (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp445 #define BEFORE_EXIT_RUNNING 1 macro
457 _before_exit_status = BEFORE_EXIT_RUNNING;
459 case BEFORE_EXIT_RUNNING:
460 while (_before_exit_status == BEFORE_EXIT_RUNNING) {
557 #undef BEFORE_EXIT_RUNNING macro

Completed in 30 milliseconds