src/share/vm/ci/ciMethodHandle.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/ci/ciMethodHandle.hpp	Wed Oct 26 17:53:55 2011
--- new/src/share/vm/ci/ciMethodHandle.hpp	Wed Oct 26 17:53:54 2011

*** 43,53 **** --- 43,53 ---- // Return an adapter for this MethodHandle. ciMethod* get_adapter_impl(bool is_invokedynamic); ciMethod* get_adapter( bool is_invokedynamic); protected: ! void print_chain_impl(outputStream* st) PRODUCT_RETURN; ! void print_chain_impl(outputStream* st) NOT_DEBUG_RETURN; public: ciMethodHandle(instanceHandle h_i) : ciInstance(h_i), _callee(NULL),
*** 77,85 **** --- 77,85 ---- _invokedynamic_adapter = get_adapter(true); } return _invokedynamic_adapter; } ! void print_chain(outputStream* st = tty) PRODUCT_RETURN; ! void print_chain(outputStream* st = tty) NOT_DEBUG_RETURN; }; #endif // SHARE_VM_CI_CIMETHODHANDLE_HPP

src/share/vm/ci/ciMethodHandle.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File