Searched defs:print_to_tty (Results 1 - 1 of 1) 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

Completed in 29 milliseconds