diff src/share/vm/runtime/globals.hpp @ 12882:ce0cc25bc5e2

8026054: New type profiling points: type of return values at calls Summary: x86 interpreter and c1 type profiling for return values at calls Reviewed-by: kvn, twisti
author roland
date Sat, 12 Oct 2013 12:12:59 +0200
parents d13d7aba8c12
children f50418dfb1b7
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Oct 11 19:51:31 2013 -0700
+++ b/src/share/vm/runtime/globals.hpp	Sat Oct 12 12:12:59 2013 +0200
@@ -2649,8 +2649,9 @@
           "Enable aggressive optimizations - see arguments.cpp")            \
                                                                             \
   product_pd(uintx, TypeProfileLevel,                                       \
-          "Type profiling of arguments at call:"                            \
-          "0->off ; 1->js292 only; 2->all methods")                         \
+          "=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")    \