--- old/src/share/vm/runtime/globals.hpp 2013-10-09 18:09:23.348863065 +0200 +++ new/src/share/vm/runtime/globals.hpp 2013-10-09 18:09:23.080613157 +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") \