changeset 31790 | 4a08476437e8 |
parent 31587 | e48945b7849c |
child 32820 | ec181adbf3b1 |
--- 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 ); }