--- old/src/share/vm/runtime/thread.cpp 2017-05-22 08:52:14.087038610 -0700 +++ new/src/share/vm/runtime/thread.cpp 2017-05-22 08:52:13.967039070 -0700 @@ -1488,6 +1488,7 @@ _do_not_unlock_if_synchronized = false; _cached_monitor_info = NULL; _parker = Parker::Allocate(this); + _bytes_until_sample = 0; #ifndef PRODUCT _jmp_ring_index = 0;