hotspot/src/share/vm/opto/c2_globals.hpp
changeset 23491 f690330b10b9
parent 23208 4c37d91b8b09
child 24478 e7dad659b819
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Wed Mar 19 11:37:58 2014 -0700
+++ b/hotspot/src/share/vm/opto/c2_globals.hpp	Thu Mar 20 17:49:27 2014 -0700
@@ -446,6 +446,9 @@
   diagnostic(bool, PrintPreciseBiasedLockingStatistics, false,              \
           "Print per-lock-site statistics of biased locking in JVM")        \
                                                                             \
+  diagnostic(bool, PrintPreciseRTMLockingStatistics, false,                 \
+          "Print per-lock-site statistics of rtm locking in JVM")           \
+                                                                            \
   notproduct(bool, PrintEliminateLocks, false,                              \
           "Print out when locks are eliminated")                            \
                                                                             \