src/share/vm/prims/methodHandles.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/prims/methodHandles.hpp	Tue Jan  4 04:53:53 2011
--- new/src/share/vm/prims/methodHandles.hpp	Tue Jan  4 04:53:53 2011

*** 292,306 **** --- 292,306 ---- int skip, objArrayOop results); // bit values for suppress argument to expand_MemberName: enum { _suppress_defc = 1, _suppress_name = 2, _suppress_type = 4 }; // Generate MethodHandles adapters. - static void generate_adapters(TRAPS); // Called from InterpreterGenerator and MethodHandlesAdapterGenerator. static address generate_method_handle_interpreter_entry(MacroAssembler* _masm); - static void generate_method_handle_stub(MacroAssembler* _masm, EntryKind ek, TRAPS); // argument list parsing static int argument_slot(oop method_type, int arg); static int argument_slot_count(oop method_type) { return argument_slot(method_type, -1); } static int argument_slot_to_argnum(oop method_type, int argslot);
*** 528,536 **** --- 528,536 ---- // class MethodHandlesAdapterGenerator : public StubCodeGenerator { public: MethodHandlesAdapterGenerator(CodeBuffer* code) : StubCodeGenerator(code) {} - void generate(TRAPS); }; #endif // SHARE_VM_PRIMS_METHODHANDLES_HPP

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