diff src/share/vm/runtime/globals.hpp @ 17622:849eb7bfceac

8028468: Add inlining information into ciReplay Summary: Allow dump and replay inlining for specified method during a program execution. Reviewed-by: roland, twisti
author kvn
date Wed, 08 Jan 2014 10:25:50 -0800
parents 6aa49042b101
children 7c0122ed05fb
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Jan 08 12:05:19 2014 +0100
+++ b/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; "                                 \