# HG changeset patch # User Andreas Woess # Date 1411059412 -7200 # Node ID 80d021f12b22d69e410c2a9570094588383245b1 # Parent 0a35e2789735a40421fce954df43e7d73a362154 fix typo in graalRuntime.cpp diff -r 0a35e2789735 -r 80d021f12b22 src/share/vm/graal/graalRuntime.cpp --- a/src/share/vm/graal/graalRuntime.cpp Wed Sep 17 20:57:20 2014 +0200 +++ b/src/share/vm/graal/graalRuntime.cpp Thu Sep 18 18:56:52 2014 +0200 @@ -104,7 +104,7 @@ sig_bt[i++] = T_VOID; // long stakes 2 slots sig_bt[i++] = T_INT; sig_bt[i++] = T_OBJECT; - sig_bt[i++] = T_INT; // The number of actual arguments pass to the method. + sig_bt[i++] = T_INT; // The number of actual arguments passed to the method. int comp_args_on_stack = SharedRuntime::java_calling_convention(sig_bt, regs, total_args_passed, false);