--- 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.")
/*