This commit is contained in:
Coleen Phillimore 2015-11-25 06:33:28 +00:00
commit 294eefe185
7 changed files with 17 additions and 74 deletions

View file

@ -1426,18 +1426,9 @@ public:
\
/* tracing */ \
\
notproduct(bool, TraceRuntimeCalls, false, \
"Trace run-time calls") \
\
develop(bool, TraceJNICalls, false, \
"Trace JNI calls") \
\
develop(bool, StressRewriter, false, \
"Stress linktime bytecode rewriting") \
\
notproduct(bool, TraceJVMCalls, false, \
"Trace JVM calls") \
\
product(ccstr, TraceJVMTI, NULL, \
"Trace flags for JVMTI functions and events") \
\