< prev index next >

src/cpu/ppc/vm/vm_version_ppc.cpp

Print this page
rev 11647 : 8161258: Simplify including platform files.
Summary: Include patform files with macros cpu_header() etc. Do various cleanups of macro usages. Remove _64/_32 from adlc generated files and platform .hpp files. Merge stubRoutines_x86*.hpp. Remove empty mutex_<os>* files.
Reviewed-by: dholmes, coleenp, kbarrett

*** 276,286 **** #ifdef AIX if (os::Aix::os_version() >= 0x0701031e) { // at least AIX 7.1.3.30 os_too_old = false; } #endif ! #ifdef linux // At least Linux kernel 4.2, as the problematic behavior of syscalls // being called in the middle of a transaction has been addressed. // Please, refer to commit b4b56f9ecab40f3b4ef53e130c9f6663be491894 // in Linux kernel source tree: https://goo.gl/Kc5i7A if (os::Linux::os_version_is_known()) { --- 276,286 ---- #ifdef AIX if (os::Aix::os_version() >= 0x0701031e) { // at least AIX 7.1.3.30 os_too_old = false; } #endif ! #ifdef LINUX // At least Linux kernel 4.2, as the problematic behavior of syscalls // being called in the middle of a transaction has been addressed. // Please, refer to commit b4b56f9ecab40f3b4ef53e130c9f6663be491894 // in Linux kernel source tree: https://goo.gl/Kc5i7A if (os::Linux::os_version_is_known()) {
< prev index next >