< prev index next >

src/hotspot/os/linux/os_linux.cpp

Print this page

        

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