--- old/src/share/vm/prims/whitebox.cpp 2014-03-07 19:45:31.000000000 +0400 +++ new/src/share/vm/prims/whitebox.cpp 2014-03-07 19:45:31.000000000 +0400 @@ -467,8 +467,8 @@ #ifdef TIERED mcs->set_rate(0.0F); - mh->set_prev_event_count(0, THREAD); - mh->set_prev_time(0, THREAD); + mh->set_prev_event_count(0); + mh->set_prev_time(0); #endif } WB_END