diff -r 7373e44fa207 -r abe03600372a src/share/vm/runtime/globals.hpp --- 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") \ \