comparison src/cpu/x86/vm/sharedRuntime_x86_32.cpp @ 18958:bb0f5ab57e1e

fixed typo in sharedRuntime_x86_32.cpp
author Doug Simon <doug.simon@oracle.com>
date Tue, 27 Jan 2015 12:24:44 +0100
parents 52b4284cb496
children 52c9b1959f95
comparison
equal deleted inserted replaced
18957:3af3ec871428 18958:bb0f5ab57e1e
715 int total_args_passed, 715 int total_args_passed,
716 int comp_args_on_stack, 716 int comp_args_on_stack,
717 const BasicType *sig_bt, 717 const BasicType *sig_bt,
718 const VMRegPair *regs 718 const VMRegPair *regs
719 int frame_extension_argument) { 719 int frame_extension_argument) {
720 assert(frame_extension_arguments == -1, "unsupported"); 720 assert(frame_extension_argument == -1, "unsupported");
721 721
722 // Note: rsi contains the senderSP on entry. We must preserve it since 722 // Note: rsi contains the senderSP on entry. We must preserve it since
723 // we may do a i2c -> c2i transition if we lose a race where compiled 723 // we may do a i2c -> c2i transition if we lose a race where compiled
724 // code goes non-entrant while we get args ready. 724 // code goes non-entrant while we get args ready.
725 725