--- old/src/hotspot/share/runtime/globals.hpp 2018-11-21 22:50:11.536387800 -0800 +++ new/src/hotspot/share/runtime/globals.hpp 2018-11-21 22:50:10.802060500 -0800 @@ -2601,7 +2601,10 @@ "Start flight recording with options")) \ \ experimental(bool, UseFastUnorderedTimeStamps, false, \ - "Use platform unstable time where supported for timestamps only") + "Use platform unstable time where supported for timestamps only") \ + \ + experimental(ccstr, AllocateOldGenAt, NULL, \ + "Directory to use for allocating old generation") #define VM_FLAGS(develop, \ develop_pd, \