< prev index next >

src/hotspot/share/runtime/timerTrace.cpp

Print this page
*** 71,11 ***
    if (!_active) {
      return;
    }
    _t.stop();
    if (_accum != nullptr) {
!     _accum->add(_t);
    }
    if (!_verbose) {
      return;
    }
    if (_print) {
--- 71,11 ---
    if (!_active) {
      return;
    }
    _t.stop();
    if (_accum != nullptr) {
!     _accum->add(&_t);
    }
    if (!_verbose) {
      return;
    }
    if (_print) {
< prev index next >