--- old/src/share/vm/runtime/globals.hpp 2016-06-03 17:55:59.403709400 -0700 +++ new/src/share/vm/runtime/globals.hpp 2016-06-03 17:55:59.080670600 -0700 @@ -4157,7 +4157,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, FSDirForHeap, NULL, \ + "Path to the directoy where a temporary file will be created \ + to use as the backing store for Java Heap ") /*