< prev index next >

src/hotspot/os/linux/os_linux.cpp

Print this page
rev 52004 : webrev.02

*** 5063,5073 **** } // initialize thread priority policy prio_init(); ! if (!FLAG_IS_DEFAULT(AllocateHeapAt)) { set_coredump_filter(false /*largepages*/, true /*dax_shared*/); } return JNI_OK; } --- 5063,5073 ---- } // 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 >