src/hotspot/share/runtime/globals.hpp
changeset 48153 cfa2c43e58c2
parent 48147 1b57d99567ed
child 48179 34fe70d22e9c
--- a/src/hotspot/share/runtime/globals.hpp	Wed Nov 29 10:30:51 2017 -0800
+++ b/src/hotspot/share/runtime/globals.hpp	Wed Nov 29 17:03:10 2017 -0800
@@ -4083,7 +4083,11 @@
   diagnostic(bool, CompilerDirectivesPrint, false,                          \
              "Print compiler directives on installation.")                  \
   diagnostic(int,  CompilerDirectivesLimit, 50,                             \
-             "Limit on number of compiler directives.")
+             "Limit on number of compiler directives.")                     \
+                                                                            \
+  product(ccstr, AllocateHeapAt, NULL,                                      \
+          "Path to the directoy where a temporary file will be created "    \
+          "to use as the backing store for Java Heap.")
 
 
 /*