src/share/vm/interpreter/linkResolver.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/interpreter/linkResolver.hpp	Tue Dec  1 17:44:25 2015
--- new/src/share/vm/interpreter/linkResolver.hpp	Tue Dec  1 17:44:25 2015

*** 294,303 **** --- 294,304 ---- // runtime resolving from constant pool static void resolve_invoke(CallInfo& result, Handle recv, const constantPoolHandle& pool, int index, Bytecodes::Code byte, TRAPS); private: ! static void trace_method_resolution(const char* prefix, KlassHandle klass, ! static void trace_method_resolution(outputStream* st, + const char* prefix, KlassHandle klass, KlassHandle resolved_klass, const methodHandle& method) PRODUCT_RETURN; }; #endif // SHARE_VM_INTERPRETER_LINKRESOLVER_HPP

src/share/vm/interpreter/linkResolver.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File