comparison src/share/vm/runtime/sharedRuntime.hpp @ 1149:0579c695832f

Merge
author ysr
date Sat, 09 Jan 2010 09:01:41 -0800
parents dd57230ba8fe
children cf0685d550f1
comparison
equal deleted inserted replaced
1148:05b775309e59 1149:0579c695832f
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.