comparison src/cpu/sparc/vm/interpreterGenerator_sparc.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.
27 private: 27 private:
28 28
29 address generate_normal_entry(bool synchronized); 29 address generate_normal_entry(bool synchronized);
30 address generate_native_entry(bool synchronized); 30 address generate_native_entry(bool synchronized);
31 address generate_abstract_entry(void); 31 address generate_abstract_entry(void);
32 address generate_method_handle_entry(void);
32 address generate_math_entry(AbstractInterpreter::MethodKind kind); 33 address generate_math_entry(AbstractInterpreter::MethodKind kind);
33 address generate_empty_entry(void); 34 address generate_empty_entry(void);
34 address generate_accessor_entry(void); 35 address generate_accessor_entry(void);
35 void lock_method(void); 36 void lock_method(void);
36 void save_native_result(void); 37 void save_native_result(void);