< prev index next >

src/hotspot/os/linux/os_linux.cpp

Print this page

        

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