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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp447 uint md_count = md->trap_count(reason); local
448 if (md_count != 0) {
449 if (md_count == md->trap_count_limit())
450 md_count += md->overflow_trap_count();
453 total_count += md_count;
455 if (total_count < old_count || total_count < md_count)
461 md_count, total_count);

Completed in 2526 milliseconds