hotspot/src/share/vm/runtime/globals.hpp
changeset 22836 e7e511228518
parent 22828 17ecb098bc1e
child 22838 82c7497fbad4
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Sep 19 17:31:42 2013 +0200
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Sun Sep 15 15:28:58 2013 +0200
@@ -2727,6 +2727,11 @@
   product_pd(bool, ProfileInterpreter,                                      \
            "Profile at the bytecode level during interpretation")           \
                                                                             \
+  develop(bool, TraceProfileInterpreter, false,                             \
+          "Trace profiling at the bytecode level during interpretation. "   \
+          "This outputs the profiling information collected to improve "    \
+          "jit compilation.")                                               \
+                                                                            \
   develop_pd(bool, ProfileTraps,                                            \
           "Profile deoptimization traps at the bytecode level")             \
                                                                             \