< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

@@ -4063,11 +4063,15 @@
              "Disable backwards compatibility for compile commands.")       \
                                                                             \
   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.")
 
 
 /*
  *  Macros for factoring of globals
  */
< prev index next >