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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionManager.cpp139 const uint hlines = sizeof(pm_stats_hdr) / sizeof(pm_stats_hdr[0]); local
140 for (uint i = 0; i < hlines; ++i) tty->print_cr(pm_stats_hdr[i]);

Completed in 30 milliseconds