src/share/vm/runtime/globals.hpp

changeset 6470
abe03600372a
parent 6462
e2722a66aba7
child 6472
2b8e28fdf503
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Sep 19 17:31:42 2013 +0200
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Sun Sep 15 15:28:58 2013 +0200
     1.3 @@ -2727,6 +2727,11 @@
     1.4    product_pd(bool, ProfileInterpreter,                                      \
     1.5             "Profile at the bytecode level during interpretation")           \
     1.6                                                                              \
     1.7 +  develop(bool, TraceProfileInterpreter, false,                             \
     1.8 +          "Trace profiling at the bytecode level during interpretation. "   \
     1.9 +          "This outputs the profiling information collected to improve "    \
    1.10 +          "jit compilation.")                                               \
    1.11 +                                                                            \
    1.12    develop_pd(bool, ProfileTraps,                                            \
    1.13            "Profile deoptimization traps at the bytecode level")             \
    1.14                                                                              \

mercurial