aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/runtime/globals.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/runtime/globals.hpp')
-rw-r--r--src/share/vm/runtime/globals.hpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/share/vm/runtime/globals.hpp b/src/share/vm/runtime/globals.hpp
index e8b7d1719..181ce69a8 100644
--- a/src/share/vm/runtime/globals.hpp
+++ b/src/share/vm/runtime/globals.hpp
@@ -2648,6 +2648,13 @@ class CommandLineFlags {
product(bool, AggressiveOpts, false, \
"Enable aggressive optimizations - see arguments.cpp") \
\
+ product_pd(uintx, TypeProfileLevel, \
+ "Type profiling of arguments at call:" \
+ "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, \
"counts method invocations") \
@@ -3760,7 +3767,6 @@ class CommandLineFlags {
product(bool, UseLockedTracing, false, \
"Use locked-tracing when doing event-based tracing")
-
/*
* Macros for factoring of globals
*/