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

/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.cpp154 int live_count = 0; local
185 live_count++;
220 assert(ik->previous_versions()->length() == live_count, "sanity check");
222 ("unload: previous version stats: live=%d, GC'ed=%d", live_count,

Completed in 29 milliseconds