src/hotspot/share/runtime/globals.hpp
changeset 50785 d1b24f2ceca5
parent 50765 c49a01150a66
child 50860 480a96a43b62
--- a/src/hotspot/share/runtime/globals.hpp	Tue Jun 26 08:13:02 2018 +0100
+++ b/src/hotspot/share/runtime/globals.hpp	Mon Jun 25 16:00:56 2018 +0200
@@ -661,6 +661,9 @@
   product(bool, PrintCompilation, false,                                    \
           "Print compilations")                                             \
                                                                             \
+  product(bool, PrintExtendedThreadInfo, false,                             \
+          "Print more information in thread dump")                          \
+                                                                            \
   diagnostic(bool, TraceNMethodInstalls, false,                             \
           "Trace nmethod installation")                                     \
                                                                             \