--- old/src/hotspot/share/runtime/globals.hpp 2018-12-13 00:55:10.781266200 -0800 +++ new/src/hotspot/share/runtime/globals.hpp 2018-12-13 00:55:10.034786400 -0800 @@ -2568,6 +2568,12 @@ "Path to the directoy where a temporary file will be created " \ "to use as the backing store for Java Heap.") \ \ + experimental(ccstr, AllocateOldGenAt, NULL, \ + "Path to the directoy where a temporary file will be " \ + "created to use as the backing store for old generation." \ + "File of size Xmx is pre-allocated for performance reason, so" \ + "we need that much space available") \ + \ develop(bool, VerifyMetaspace, false, \ "Verify metaspace on chunk movements.") \ \