diff src/share/vm/runtime/globals.hpp @ 14420:abe03600372a

8024468: PPC64 (part 201): cppInterpreter: implement bytecode profiling Summary: Implement profiling for c2 jit compilation. Also enable new cppInterpreter features. Reviewed-by: kvn
author goetz
date Sun, 15 Sep 2013 15:28:58 +0200
parents e2722a66aba7
children 2b8e28fdf503
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Sep 19 17:31:42 2013 +0200
+++ b/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")             \
                                                                             \