comparison src/cpu/x86/vm/interpreterGenerator_x86.hpp @ 710:e5b0439ef4ae

6655638: dynamic languages need method handles Summary: initial implementation, with known omissions (x86/64, sparc, compiler optim., c-oops, C++ interp.) Reviewed-by: kvn, twisti, never
author jrose
date Wed, 08 Apr 2009 10:56:49 -0700
parents a61af66fc99e
children c18cbe5936b8
comparison
equal deleted inserted replaced
709:1d037ecd7960 710:e5b0439ef4ae
1 /* 1 /*
2 * Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
30 private: 30 private:
31 31
32 address generate_normal_entry(bool synchronized); 32 address generate_normal_entry(bool synchronized);
33 address generate_native_entry(bool synchronized); 33 address generate_native_entry(bool synchronized);
34 address generate_abstract_entry(void); 34 address generate_abstract_entry(void);
35 address generate_method_handle_entry(void);
35 address generate_math_entry(AbstractInterpreter::MethodKind kind); 36 address generate_math_entry(AbstractInterpreter::MethodKind kind);
36 address generate_empty_entry(void); 37 address generate_empty_entry(void);
37 address generate_accessor_entry(void); 38 address generate_accessor_entry(void);
38 void lock_method(void); 39 void lock_method(void);
39 void generate_stack_overflow_check(void); 40 void generate_stack_overflow_check(void);