diff src/share/vm/c1/c1_globals.hpp @ 1942:00bc9eaf0e24

Support for -XX:+UseFastLocking flag. Fixed monitor enter XIR template for correct debug info at the runtime call.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Wed, 29 Dec 2010 20:06:41 +0100
parents b7fb5f1e0747
children 06f017f7daa7
line wrap: on
line diff
--- a/src/share/vm/c1/c1_globals.hpp	Tue Dec 28 18:33:26 2010 +0100
+++ b/src/share/vm/c1/c1_globals.hpp	Wed Dec 29 20:06:41 2010 +0100
@@ -217,7 +217,7 @@
   develop(bool, UseFastNewObjectArray, true,                                \
           "Use fast inlined object array allocation")                       \
                                                                             \
-  develop(bool, UseFastLocking, true,                                       \
+  product(bool, UseFastLocking, true,                                       \
           "Use fast inlined locking code")                                  \
                                                                             \
   develop(bool, UseSlowPath, false,                                         \