# HG changeset patch # User Doug Simon # Date 1422357884 -3600 # Node ID bb0f5ab57e1eb09781757b533df4e965b48a38e5 # Parent 3af3ec87142829e800862073899936763cecd4bc fixed typo in sharedRuntime_x86_32.cpp diff -r 3af3ec871428 -r bb0f5ab57e1e src/cpu/x86/vm/sharedRuntime_x86_32.cpp --- a/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Tue Jan 27 03:06:12 2015 +0100 +++ b/src/cpu/x86/vm/sharedRuntime_x86_32.cpp Tue Jan 27 12:24:44 2015 +0100 @@ -717,7 +717,7 @@ const BasicType *sig_bt, const VMRegPair *regs int frame_extension_argument) { - assert(frame_extension_arguments == -1, "unsupported"); + assert(frame_extension_argument == -1, "unsupported"); // Note: rsi contains the senderSP on entry. We must preserve it since // we may do a i2c -> c2i transition if we lose a race where compiled