comparison src/os_cpu/bsd_zero/vm/os_bsd_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 436b4a3231bf
children 716e6ef4482a
comparison
equal deleted inserted replaced
5902:c7987cbaf2ca 5903:da4be62fb889
560 long long unsigned int newval) { 560 long long unsigned int newval) {
561 ShouldNotCallThis(); 561 ShouldNotCallThis();
562 } 562 }
563 }; 563 };
564 #endif // !_LP64 564 #endif // !_LP64
565
566 #ifndef PRODUCT
567 void os::verify_stack_alignment() {
568 }
569 #endif