comparison src/share/vm/runtime/javaCalls.hpp @ 2182:9569fdf936ff

Made merge compile.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Wed, 16 Feb 2011 14:21:52 +0100
parents d25d4ca69222
children 0cd39a385a72
comparison
equal deleted inserted replaced
2181:d25d4ca69222 2182:9569fdf936ff
197 197
198 // interface call 198 // interface call
199 // ------------ 199 // ------------
200 200
201 // The receiver must be first oop in argument list 201 // The receiver must be first oop in argument list
202 static void call_interface(JavaValue* result, KlassHandle spec_klass, symbolHandle name, symbolHandle signature, JavaCallArguments* args, TRAPS); 202 static void call_interface(JavaValue* result, KlassHandle spec_klass, Symbol* name, Symbol* signature, JavaCallArguments* args, TRAPS);
203 203
204 // virtual call 204 // virtual call
205 // ------------ 205 // ------------
206 206
207 // The receiver must be first oop in argument list 207 // The receiver must be first oop in argument list