Searched refs:has_run_finalizers_on_exit (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/memory/ | ||
H A D | universe.cpp | 624 static bool has_run_finalizers_on_exit = false; variable 627 if (has_run_finalizers_on_exit) return; 628 has_run_finalizers_on_exit = true; |
Completed in 69 milliseconds