hotspot/src/share/vm/runtime/globals.hpp
changeset 34286 ae53ecf4124a
parent 34280 72bfaaffee36
parent 34285 0b07014c15e9
child 34317 e93b85bf4cc2
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Nov 25 04:51:32 2015 +0000
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Nov 25 06:33:28 2015 +0000
@@ -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")                     \
                                                                             \