changeset 2140 | 07437c6a4cd4 |
parent 2138 | a88fa6fb3834 |
parent 2131 | 98f9cef66a34 |
child 2154 | 72a9b7284ccf |
--- a/hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp Mon Mar 02 16:56:51 2009 -0700 +++ b/hotspot/src/cpu/x86/vm/sharedRuntime_x86_64.cpp Thu Mar 05 22:07:29 2009 -0500 @@ -1350,7 +1350,7 @@ { Label L; __ mov(rax, rsp); - __ andptr(rax, -16); // must be 16 byte boundry (see amd64 ABI) + __ andptr(rax, -16); // must be 16 byte boundary (see amd64 ABI) __ cmpptr(rax, rsp); __ jcc(Assembler::equal, L); __ stop("improperly aligned stack");