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

/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceRefKlass.cpp458 debug_only(static bool first_time = true);
459 assert(k == SystemDictionary::Reference_klass() && first_time,
461 debug_only(first_time = false);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp445 bool first_time = first_time_FindClass; variable
497 if (first_time && !CompileTheWorld)

Completed in 33 milliseconds