src/cpu/x86/vm/cppInterpreterGenerator_x86.hpp
Index
Unified diffs
Context diffs
Sdiffs
Wdiffs
Patch
New
Old
Previous File
Next File
*** old/src/cpu/x86/vm/cppInterpreterGenerator_x86.hpp Tue Jan 20 02:13:58 2009
--- new/src/cpu/x86/vm/cppInterpreterGenerator_x86.hpp Tue Jan 20 02:13:57 2009
*** 26,35 ****
--- 26,36 ----
#if 0
address generate_asm_interpreter_entry(bool synchronized);
address generate_native_entry(bool synchronized);
address generate_abstract_entry(void);
+ address generate_method_handle_entry(void);
address generate_math_entry(AbstractInterpreter::MethodKind kind);
address generate_empty_entry(void);
address generate_accessor_entry(void);
void lock_method(void);
void generate_stack_overflow_check(void);
src/cpu/x86/vm/cppInterpreterGenerator_x86.hpp
Index
Unified diffs
Context diffs
Sdiffs
Wdiffs
Patch
New
Old
Previous File
Next File