Searched refs:print_raw_cr (Results 1 - 17 of 17) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp218 file->print_raw_cr("'>");
238 file->print_raw_cr("<fragment>");
239 file->print_raw_cr("<![CDATA[");
280 file->print_raw_cr("]]>");
281 file->print_raw_cr("</fragment>");
283 file->print_raw_cr("</compilation_log>");
/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.cpp197 out->print_raw_cr("# If you would like to submit a bug report, please visit:");
199 out->print_raw_cr(Arguments::java_vendor_url_bug());
209 out->print_raw_cr("#");
811 // Only out.print_raw() and out.print_raw_cr() should be used, as other
867 out.print_raw_cr(buffer);
874 out.print_raw_cr("[Too many errors, abort]");
884 log.print_raw_cr(buffer);
888 out.print_raw_cr(buffer);
946 out.print_raw_cr(buffer);
951 out.print_raw_cr("# Ca
[all...]
H A Dostream.hpp87 void print_raw_cr(const char* str) { write(str, strlen(str)); cr(); } function in class:outputStream
88 void print_raw_cr(const char* str, int len){ write(str, len); cr(); } function in class:outputStream
H A Ddebug.cpp190 out.print_raw_cr(buf);
202 out.print_raw_cr("# To suppress the following error report, specify this argument");
207 out.print_raw_cr(buf);
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp397 st->print_raw_cr("GC Termination Stats");
398 st->print_raw_cr(" elapsed --strong roots-- "
400 st->print_raw_cr("thr ms ms % "
402 st->print_raw_cr("--- --------- --------- ------ "
425 st->print_raw_cr("GC Task Stats");
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp308 tty->print_raw_cr("An irrecoverable stack overflow has occurred.");
312 tty->print_raw_cr("Please check if any of your loaded .so files has "
470 tty->print_raw_cr(buf);
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp491 tty->print_raw_cr("An irrecoverable stack overflow has occurred.");
685 tty->print_raw_cr(buf);
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp412 tty->print_raw_cr("An irrecoverable stack overflow has occurred.");
416 tty->print_raw_cr("Please check if any of your loaded .so files has "
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp469 tty->print_raw_cr("An irrecoverable stack overflow has occurred.");
611 tty->print_raw_cr(buf);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp2280 tty->print_raw_cr(buf);
2309 tty->print_raw_cr("Execution protection violation");
2358 tty->print_raw_cr(buf);
2377 tty->print_raw_cr("An unrecoverable stack overflow has occurred.");
2476 tty->print_raw_cr("Access violation, possible null pointer exception");
3744 tty->print_raw_cr("NX protection detected.");
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1795 out.print_raw_cr(buf);
1796 out.print_raw_cr("Dumping core ...");
5044 err.print_raw_cr(title);
5047 err.print_raw_cr(message);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1586 out.print_raw_cr(buf);
1587 out.print_raw_cr("Dumping core ...");
4831 err.print_raw_cr(title);
4834 err.print_raw_cr(message);
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp416 tty->print_raw_cr("An irrecoverable stack overflow has occurred.");
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp3744 st->print_raw_cr("GC Task Stats");
4519 st->print_raw_cr("GC Termination Stats");
4520 st->print_raw_cr(" elapsed --strong roots-- -------termination-------"
4522 st->print_raw_cr("thr ms ms % ms % attempts"
4524 st->print_raw_cr("--- --------- --------- ------ --------- ------ --------"
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp941 // tty->print_raw_cr(library_path);
1866 out.print_raw_cr(buf);
1867 out.print_raw_cr("Dumping core ...");
4449 err.print_raw_cr(title);
4452 err.print_raw_cr(message);
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp567 tty->print_raw_cr(buf);
H A Dthread.cpp1301 err.print_raw_cr("# [ timer expired, abort... ]");

Completed in 176 milliseconds