< prev index next >

src/hotspot/os/linux/os_linux.cpp

Print this page
rev 52626 : webrev.03

*** 5065,5075 **** } // initialize thread priority policy prio_init(); ! if (!FLAG_IS_DEFAULT(AllocateHeapAt)) { set_coredump_filter(false /*largepages*/, true /*dax_shared*/); } return JNI_OK; } --- 5065,5075 ---- } // initialize thread priority policy prio_init(); ! if (!FLAG_IS_DEFAULT(AllocateHeapAt) || !FLAG_IS_DEFAULT(AllocateOldGenAt)) { set_coredump_filter(false /*largepages*/, true /*dax_shared*/); } return JNI_OK; }
< prev index next >