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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dvm_operations_g1.cpp230 TraceCPUTime tcpu(G1Log::finer(), true, gclog_or_tty); local
H A Dg1CollectedHeap.cpp146 gclog_or_tty->print_cr("Card table value histogram:");
149 gclog_or_tty->print_cr(" %d: %d", i, _histo[i]);
248 gclog_or_tty->print_cr("### YOUNG REGION "PTR_FORMAT"-"PTR_FORMAT" "
261 gclog_or_tty->print_cr("### YOUNG LIST seems not well formed!");
262 gclog_or_tty->print_cr("### list has %u entries, _length is %u",
273 gclog_or_tty->print_cr("### YOUNG LIST should have 0 length, not %u",
278 gclog_or_tty->print_cr("### YOUNG LIST has non-zero last sampled RS lengths");
282 gclog_or_tty->print_cr("### YOUNG LIST does not have a NULL head");
286 gclog_or_tty->print_cr("### YOUNG LIST does not seem empty");
321 // gclog_or_tty
1313 TraceCPUTime tcpu(G1Log::finer(), true, gclog_or_tty); local
3862 TraceCPUTime tcpu(G1Log::finer(), true, gclog_or_tty); local
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp412 gclog_or_tty->print_cr("CMSStats::time_until_cms_gen_full: cms_free "
415 gclog_or_tty->print_cr(" cms_free_dbl %f cms_consumption_rate %f",
447 gclog_or_tty->print(
481 gclog_or_tty->print(" [icms_damped_duty_cycle(%d,%d) = %d] ",
515 gclog_or_tty->print(" icms_dc=%d ", _icms_duty_cycle);
862 gclog_or_tty->print(" [%d %s-%s: "SIZE_FORMAT"("SIZE_FORMAT")]",
865 gclog_or_tty->print(" [%d %s-%s: "SIZE_FORMAT"K("SIZE_FORMAT"K)]",
870 gclog_or_tty->print(" "SIZE_FORMAT"("SIZE_FORMAT")",
873 gclog_or_tty->print(" "SIZE_FORMAT"K("SIZE_FORMAT"K)",
902 gclog_or_tty
915 cmsSpace()->dump_at_safepoint_with_locks(collector(), gclog_or_tty); local
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp354 outputStream* gclog_or_tty; variable
877 gclog_or_tty = tty; // default to tty
889 gclog_or_tty = gclog;
904 if (gclog_or_tty != tty) {
905 delete gclog_or_tty;
922 gclog_or_tty = NULL;
928 // Here we can't delete gclog_or_tty and tty, just flush their output
929 if (gclog_or_tty) gclog_or_tty->flush();

Completed in 3312 milliseconds