--- a/hotspot/src/share/vm/runtime/globals.hpp Wed Jan 08 12:05:19 2014 +0100
+++ b/hotspot/src/share/vm/runtime/globals.hpp Wed Jan 08 10:25:50 2014 -0800
@@ -3342,6 +3342,10 @@
"File containing compilation replay information" \
"[default: ./replay_pid%p.log] (%p replaced with pid)") \
\
+ product(ccstr, InlineDataFile, NULL, \
+ "File containing inlining replay information" \
+ "[default: ./inline_pid%p.log] (%p replaced with pid)") \
+ \
develop(intx, ReplaySuppressInitializers, 2, \
"Control handling of class initialization during replay: " \
"0 - don't do anything special; " \