--- old/src/share/vm/oops/method.cpp 2016-10-25 10:40:07.473776400 +0200 +++ new/src/share/vm/oops/method.cpp 2016-10-25 10:40:07.425776368 +0200 @@ -106,6 +106,8 @@ } NOT_PRODUCT(set_compiled_invocation_count(0);) + + EVTRACE_INIT_TRACKED_CLASS; } // Release Method*. The nmethod will be gone when we get here because