comparison src/share/vm/runtime/sharedRuntime.hpp @ 10390:28e5aed7f3a6

8009981: nashorn tests fail with -XX:+VerifyStack Summary: nmethod::preserve_callee_argument_oops() must take appendix into account. Reviewed-by: kvn, twisti
author roland
date Fri, 31 May 2013 14:40:26 +0200
parents db9981fd3124
children 836a62f43af9 570aaefce624 b5c8a61d7fa0
comparison
equal deleted inserted replaced
10389:f15fe46d8c00 10390:28e5aed7f3a6
408 // created. It's entire job is to simply free this storage. 408 // created. It's entire job is to simply free this storage.
409 static void OSR_migration_end ( intptr_t* buf); 409 static void OSR_migration_end ( intptr_t* buf);
410 410
411 // Convert a sig into a calling convention register layout 411 // Convert a sig into a calling convention register layout
412 // and find interesting things about it. 412 // and find interesting things about it.
413 static VMRegPair* find_callee_arguments(Symbol* sig, bool has_receiver, int *arg_size); 413 static VMRegPair* find_callee_arguments(Symbol* sig, bool has_receiver, bool has_appendix, int *arg_size);
414 static VMReg name_for_receiver(); 414 static VMReg name_for_receiver();
415 415
416 // "Top of Stack" slots that may be unused by the calling convention but must 416 // "Top of Stack" slots that may be unused by the calling convention but must
417 // otherwise be preserved. 417 // otherwise be preserved.
418 // On Intel these are not necessary and the value can be zero. 418 // On Intel these are not necessary and the value can be zero.