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

/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.cpp730 assert(is_partially_initialized(), "must not initialize");
756 if (!is_partially_initialized() && other.is_partially_initialized()) {
759 assert(!other.is_partially_initialized(), "Not initialized yet");
760 if (is_partially_initialized()) {
775 } else if (is_partially_initialized()) {
H A Djava.hpp114 static bool is_partially_initialized() { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp438 if (JDK_Version::is_partially_initialized()) {

Completed in 63 milliseconds