diff -r 04af91b7fadd -r 4a08476437e8 hotspot/src/share/vm/oops/method.hpp --- a/hotspot/src/share/vm/oops/method.hpp Tue Jul 14 16:28:53 2015 +0200 +++ b/hotspot/src/share/vm/oops/method.hpp Wed Jul 15 12:24:41 2015 -0700 @@ -625,6 +625,8 @@ #if INCLUDE_SERVICES void collect_statistics(KlassSizeStats *sz) const; #endif + void log_touched(TRAPS); + static void print_touched_methods(outputStream* out); // interpreter support static ByteSize const_offset() { return byte_offset_of(Method, _constMethod ); }