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

/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp447 static jint volatile _before_exit_status = BEFORE_EXIT_NOT_RUN; local
455 switch (_before_exit_status) {
457 _before_exit_status = BEFORE_EXIT_RUNNING;
460 while (_before_exit_status == BEFORE_EXIT_RUNNING) {
463 assert(_before_exit_status == BEFORE_EXIT_DONE, "invalid state");
548 _before_exit_status = BEFORE_EXIT_DONE;

Completed in 33 milliseconds