hotspot/src/share/vm/runtime/globals.hpp
changeset 22243 91944eab7b92
parent 22210 b0408ba029f6
child 22247 cde20a0fa906
--- 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; "                                 \