< prev index next >

src/hotspot/share/gc/z/z_globals.hpp

Print this page

        

@@ -56,10 +56,14 @@
                                                                             \
   experimental(uintx, ZUncommitDelay, 5 * 60,                               \
           "Uncommit memory if it has been unused for the specified "        \
           "amount of time (in seconds)")                                    \
                                                                             \
+  experimental(bool, ZAllowHeapOnFileSystem, false,                         \
+          "Allow to use filesystem as Java heap backing storage "           \
+          "specified by -XX:AllocateHeapAt")                                \
+                                                                            \
   diagnostic(uint, ZStatisticsInterval, 10,                                 \
           "Time between statistics print outs (in seconds)")                \
           range(1, (uint)-1)                                                \
                                                                             \
   diagnostic(bool, ZProactive, true,                                        \
< prev index next >