src/share/vm/services/heapDumper.hpp

changeset 1063
7bb995fbd3c0
parent 1050
c6c601a0f2d6
child 1907
c18cbe5936b8
equal deleted inserted replaced
1015:ce2272390558 1063:7bb995fbd3c0
51 // internal timer. 51 // internal timer.
52 elapsedTimer* timer() { return &_t; } 52 elapsedTimer* timer() { return &_t; }
53 53
54 public: 54 public:
55 HeapDumper(bool gc_before_heap_dump) : 55 HeapDumper(bool gc_before_heap_dump) :
56 _gc_before_heap_dump(gc_before_heap_dump), _error(NULL), _print_to_tty(false) { } 56 _gc_before_heap_dump(gc_before_heap_dump), _error(NULL), _print_to_tty(false) { }
57 HeapDumper(bool gc_before_heap_dump, bool print_to_tty) : 57 HeapDumper(bool gc_before_heap_dump, bool print_to_tty) :
58 _gc_before_heap_dump(gc_before_heap_dump), _error(NULL), _print_to_tty(print_to_tty) { } 58 _gc_before_heap_dump(gc_before_heap_dump), _error(NULL), _print_to_tty(print_to_tty) { }
59 59
60 ~HeapDumper(); 60 ~HeapDumper();
61 61

mercurial