comparison src/share/vm/runtime/sharedRuntime.hpp @ 1162:d749b1813f40

Merge
author trims
date Fri, 15 Jan 2010 14:25:44 -0800
parents dd57230ba8fe
children cf0685d550f1
comparison
equal deleted inserted replaced
1130:1bc68593a110 1162:d749b1813f40
355 // created. It's entire job is to simply free this storage. 355 // created. It's entire job is to simply free this storage.
356 static void OSR_migration_end ( intptr_t* buf); 356 static void OSR_migration_end ( intptr_t* buf);
357 357
358 // Convert a sig into a calling convention register layout 358 // Convert a sig into a calling convention register layout
359 // and find interesting things about it. 359 // and find interesting things about it.
360 static VMRegPair* find_callee_arguments(symbolOop sig, bool is_static, int *arg_size); 360 static VMRegPair* find_callee_arguments(symbolOop sig, bool has_receiver, int *arg_size);
361 static VMReg name_for_receiver(); 361 static VMReg name_for_receiver();
362 362
363 // "Top of Stack" slots that may be unused by the calling convention but must 363 // "Top of Stack" slots that may be unused by the calling convention but must
364 // otherwise be preserved. 364 // otherwise be preserved.
365 // On Intel these are not necessary and the value can be zero. 365 // On Intel these are not necessary and the value can be zero.