diff src/share/vm/runtime/globals.hpp @ 9760:c76b43ed5089

Added infrastructure for recording invoked methods in the profiling information.
author Christian Haeubl <haeubl@ssw.jku.at>
date Fri, 17 May 2013 15:38:22 +0200
parents 1a009b20f816
children 3d4cdc2de2c1
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri May 17 09:28:41 2013 +0200
+++ b/src/share/vm/runtime/globals.hpp	Fri May 17 15:38:22 2013 +0200
@@ -2949,6 +2949,9 @@
   product_pd(intx, TypeProfileWidth,                                        \
           "number of receiver types to record in call/cast profile")        \
                                                                             \
+  product_pd(intx, MethodProfileWidth,                                      \
+          "number of methods to record in call profile")                    \
+                                                                            \
   develop(intx, BciProfileWidth,      2,                                    \
           "number of return bci's to record in ret profile")                \
                                                                             \