hotspot/src/share/vm/runtime/globals.hpp
changeset 31790 4a08476437e8
parent 31783 dbc24ca25ee4
child 31865 c3edfbc8f5ac
child 31856 614d6786ba55
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Jul 14 16:28:53 2015 +0200
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Jul 15 12:24:41 2015 -0700
@@ -2717,6 +2717,12 @@
   develop(bool, EagerInitialization, false,                                 \
           "Eagerly initialize classes if possible")                         \
                                                                             \
+  diagnostic(bool, LogTouchedMethods, false,                                \
+          "Log methods which have been ever touched in runtime")            \
+                                                                            \
+  diagnostic(bool, PrintTouchedMethodsAtExit, false,                        \
+          "Print all methods that have been ever touched in runtime")       \
+                                                                            \
   develop(bool, TraceMethodReplacement, false,                              \
           "Print when methods are replaced do to recompilation")            \
                                                                             \