hotspot/src/share/vm/runtime/globals.hpp
changeset 34285 0b07014c15e9
parent 34273 8598d07915d9
child 34286 ae53ecf4124a
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Nov 24 20:01:45 2015 +0000
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Tue Nov 24 11:40:18 2015 -0500
@@ -1426,18 +1426,9 @@
                                                                             \
   /* 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")                     \
                                                                             \