changeset 35542 | 9dccb7f9f656 |
parent 35123 | b0b89d83bcf5 |
child 38133 | 78b95467b9f1 |
--- a/hotspot/src/share/vm/code/codeBlob.hpp Fri Jan 08 10:14:02 2016 +0100 +++ b/hotspot/src/share/vm/code/codeBlob.hpp Fri Dec 18 20:23:26 2015 +0300 @@ -196,6 +196,7 @@ void print() const { print_on(tty); } virtual void print_on(outputStream* st) const; virtual void print_value_on(outputStream* st) const; + void print_code(); // Deal with Disassembler, VTune, Forte, JvmtiExport, MemoryService. static void trace_new_stub(CodeBlob* blob, const char* name1, const char* name2 = "");