Searched refs:print_to_tty (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.hpp53 HeapDumper(bool gc_before_heap_dump, bool print_to_tty, bool oome) : argument
54 _gc_before_heap_dump(gc_before_heap_dump), _error(NULL), _print_to_tty(print_to_tty), _oome(oome) { }
61 bool print_to_tty() const { return _print_to_tty; } function in class:HeapDumper
H A DheapDumper.cpp1858 if (print_to_tty()) {
1867 if (print_to_tty()) {
1888 if (print_to_tty()) {

Completed in 70 milliseconds