src/share/vm/runtime/sharedRuntime.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/sharedRuntime.hpp	Thu Dec  3 11:54:44 2009
--- new/src/share/vm/runtime/sharedRuntime.hpp	Thu Dec  3 11:54:44 2009

*** 355,365 **** --- 355,365 ---- // created. It's entire job is to simply free this storage. static void OSR_migration_end ( intptr_t* buf); // 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 // otherwise be preserved. // On Intel these are not necessary and the value can be zero.

src/share/vm/runtime/sharedRuntime.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File