comparison src/share/vm/runtime/sharedRuntime.hpp @ 10408:836a62f43af9

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 19 Jun 2013 10:45:56 +0200
parents f94bb5d20e5d 28e5aed7f3a6
children 40b8c383bc31
comparison
equal deleted inserted replaced
10086:e0fb8a213650 10408:836a62f43af9
417 // created. It's entire job is to simply free this storage. 417 // created. It's entire job is to simply free this storage.
418 static void OSR_migration_end ( intptr_t* buf); 418 static void OSR_migration_end ( intptr_t* buf);
419 419
420 // Convert a sig into a calling convention register layout 420 // Convert a sig into a calling convention register layout
421 // and find interesting things about it. 421 // and find interesting things about it.
422 static VMRegPair* find_callee_arguments(Symbol* sig, bool has_receiver, int *arg_size); 422 static VMRegPair* find_callee_arguments(Symbol* sig, bool has_receiver, bool has_appendix, int *arg_size);
423 static VMReg name_for_receiver(); 423 static VMReg name_for_receiver();
424 424
425 // "Top of Stack" slots that may be unused by the calling convention but must 425 // "Top of Stack" slots that may be unused by the calling convention but must
426 // otherwise be preserved. 426 // otherwise be preserved.
427 // On Intel these are not necessary and the value can be zero. 427 // On Intel these are not necessary and the value can be zero.