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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp315 bool throw_circularity_error = false; local
335 throw_circularity_error = true;
338 if (!throw_circularity_error) {
342 if (throw_circularity_error) {
691 bool throw_circularity_error = false; local
700 throw_circularity_error = true;
731 if (!throw_circularity_error && !class_has_been_loaded) {
751 if (throw_circularity_error) {

Completed in 42 milliseconds