hotspot/src/share/vm/opto/c2_globals.hpp
changeset 1500 bea9a90f3e8f
parent 1498 346bf226078e
child 1553 fc10c169d15d
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Thu Nov 06 20:00:03 2008 -0800
+++ b/hotspot/src/share/vm/opto/c2_globals.hpp	Fri Nov 07 09:29:38 2008 -0800
@@ -388,6 +388,9 @@
   product(intx, EliminateAllocationArraySizeLimit, 64,                      \
           "Array size (number of elements) limit for scalar replacement")   \
                                                                             \
+  product(bool, UseOptoBiasInlining, true,                                 \
+          "Generate biased locking code in C2 ideal graph")                 \
+                                                                            \
   product(intx, ValueSearchLimit, 1000,                                     \
           "Recursion limit in PhaseMacroExpand::value_from_mem_phi")        \
                                                                             \