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

/openjdk7/hotspot/src/share/vm/classfile/
H A DvmSymbols.cpp256 static int find_sid_check_count = -2000; local
257 if ((uint)++find_sid_check_count > (uint)100) {
258 if (find_sid_check_count > 0) find_sid_check_count = 0;

Completed in 32 milliseconds