hotspot/src/share/vm/runtime/globals.hpp
changeset 32349 8b5eb3750c41
parent 32088 63ed7daed8a3
child 32351 1da9b960b3d4
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Aug 12 16:32:29 2015 +0200
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Aug 12 14:18:12 2015 -0400
@@ -2920,12 +2920,6 @@
   notproduct(bool, ICMissHistogram, false,                                  \
           "Produce histogram of IC misses")                                 \
                                                                             \
-  notproduct(bool, PrintClassStatistics, false,                             \
-          "Print class statistics at end of run")                           \
-                                                                            \
-  notproduct(bool, PrintMethodStatistics, false,                            \
-          "Print method statistics at end of run")                          \
-                                                                            \
   /* interpreter */                                                         \
   develop(bool, ClearInterpreterLocals, false,                              \
           "Always clear local variables of interpreter activations upon "   \