hotspot/src/share/vm/jvmci/jvmci_globals.hpp
changeset 40869 2f53be0a45ee
parent 40081 50be9fe0e9c2
child 41687 6b97c4598667
--- a/hotspot/src/share/vm/jvmci/jvmci_globals.hpp	Fri Aug 19 18:51:15 2016 -0700
+++ b/hotspot/src/share/vm/jvmci/jvmci_globals.hpp	Mon Aug 22 19:29:15 2016 +0000
@@ -88,6 +88,9 @@
   experimental(intx, JVMCINMethodSizeLimit, (80*K)*wordSize,                \
           "Maximum size of a compiled method.")                             \
                                                                             \
+  experimental(intx, MethodProfileWidth, 0,                                 \
+          "Number of methods to record in call profile")                    \
+                                                                            \
   develop(bool, TraceUncollectedSpeculations, false,                        \
           "Print message when a failed speculation was not collected")