comparison src/os_cpu/linux_zero/vm/os_linux_zero.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 1d1603768966
children 716e6ef4482a
comparison
equal deleted inserted replaced
5902:c7987cbaf2ca 5903:da4be62fb889
504 long long unsigned int newval) { 504 long long unsigned int newval) {
505 ShouldNotCallThis(); 505 ShouldNotCallThis();
506 } 506 }
507 }; 507 };
508 #endif // !_LP64 508 #endif // !_LP64
509
510 #ifndef PRODUCT
511 void os::verify_stack_alignment() {
512 }
513 #endif