diff src/cpu/x86/vm/stubRoutines_x86_64.cpp @ 5903:da4be62fb889

7147740: add assertions to check stack alignment on VM entry from generated code (x64) Summary: check stack alignment on VM entry on x64. Reviewed-by: kvn, never
author roland
date Mon, 27 Feb 2012 09:17:44 +0100
parents f08d439fab8c
children b9a9ed0f8eeb
line wrap: on
line diff
--- a/src/cpu/x86/vm/stubRoutines_x86_64.cpp	Fri Feb 24 12:33:31 2012 -0800
+++ b/src/cpu/x86/vm/stubRoutines_x86_64.cpp	Mon Feb 27 09:17:44 2012 +0100
@@ -43,6 +43,7 @@
 // a description of how to extend it, see the stubRoutines.hpp file.
 
 address StubRoutines::x86::_get_previous_fp_entry = NULL;
+address StubRoutines::x86::_get_previous_sp_entry = NULL;
 
 address StubRoutines::x86::_verify_mxcsr_entry = NULL;