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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparCardTableModRefBS.cpp165 // then #define NOISY(x) x
166 #ifdef NOISY
167 #error "Encountered a global preprocessor flag, NOISY, which might clash with local definition to follow"
169 #define NOISY(x) macro
198 NOISY(tty->print_cr("===========================================================================");)
199 NOISY(tty->print_cr(" process_chunk_boundary: Called with [" PTR_FORMAT "," PTR_FORMAT ")",
240 NOISY(tty->print_cr(" LNC: Found a dirty card at " PTR_FORMAT " in current chunk",
247 } NOISY(else {
259 NOISY(tty->print_cr(" LNC: first block is not a non-array object; setting LNC to first card of current chunk");)
264 NOISY(tt
[all...]

Completed in 23 milliseconds