src/os_cpu/linux_zero/vm/os_linux_zero.cpp

changeset 3606
da4be62fb889
parent 2708
1d1603768966
child 4079
716e6ef4482a
equal deleted inserted replaced
3605:c7987cbaf2ca 3606: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

mercurial