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

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp902 bool counter_changed = system_dictionary_modification_counter_changed(); local
905 if (!counter_changed && !verify_deps) return;
913 if (!counter_changed) {
929 if (!counter_changed && !PrintCompilation) {
934 assert(counter_changed, "failed dependencies, but counter didn't change");

Completed in 33 milliseconds