--- old/src/share/vm/runtime/sharedRuntime.hpp 2009-10-28 20:02:41.917687035 +0100 +++ new/src/share/vm/runtime/sharedRuntime.hpp 2009-10-28 20:02:41.808990021 +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