hotspot/src/share/vm/runtime/globals.hpp
changeset 20710 550442bd8ffc
parent 20408 ca559663042f
parent 20709 034be898bf04
child 20735 7a50168793a7
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri Oct 11 13:14:48 2013 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Sun Oct 13 13:22:24 2013 -0700
@@ -2677,6 +2677,14 @@
   product(bool, AggressiveOpts, false,                                      \
           "Enable aggressive optimizations - see arguments.cpp")            \
                                                                             \
+  product_pd(uintx, TypeProfileLevel,                                       \
+          "=XY, with Y, Type profiling of arguments at call"                \
+          "          X, Type profiling of return value at call"             \
+          "X and Y in 0->off ; 1->js292 only; 2->all methods")              \
+                                                                            \
+  product(intx, TypeProfileArgsLimit,     2,                                \
+          "max number of call arguments to consider for type profiling")    \
+                                                                            \
   /* statistics */                                                          \
   develop(bool, CountCompiledCalls, false,                                  \
           "Count method invocations")                                       \
@@ -3823,7 +3831,6 @@
   product(bool, UseLockedTracing, false,                                    \
           "Use locked-tracing when doing event-based tracing")
 
-
 /*
  *  Macros for factoring of globals
  */