--- old/src/share/vm/runtime/sharedRuntime.hpp 2009-12-03 11:54:44.142503309 +0100 +++ new/src/share/vm/runtime/sharedRuntime.hpp 2009-12-03 11:54:44.012865953 +0100 @@ -357,7 +357,7 @@ // Convert a sig into a calling convention register layout // and find interesting things about it. - static VMRegPair* find_callee_arguments(symbolOop sig, bool is_static, int *arg_size); + static VMRegPair* find_callee_arguments(symbolOop sig, bool has_receiver, int *arg_size); static VMReg name_for_receiver(); // "Top of Stack" slots that may be unused by the calling convention but must