comparison src/share/vm/interpreter/cppInterpreter.cpp @ 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.
112 method_entry(zerolocals); 112 method_entry(zerolocals);
113 method_entry(zerolocals_synchronized); 113 method_entry(zerolocals_synchronized);
114 method_entry(empty); 114 method_entry(empty);
115 method_entry(accessor); 115 method_entry(accessor);
116 method_entry(abstract); 116 method_entry(abstract);
117 method_entry(method_handle);
117 method_entry(java_lang_math_sin ); 118 method_entry(java_lang_math_sin );
118 method_entry(java_lang_math_cos ); 119 method_entry(java_lang_math_cos );
119 method_entry(java_lang_math_tan ); 120 method_entry(java_lang_math_tan );
120 method_entry(java_lang_math_abs ); 121 method_entry(java_lang_math_abs );
121 method_entry(java_lang_math_sqrt ); 122 method_entry(java_lang_math_sqrt );