hotspot/src/share/vm/opto/c2_globals.hpp
changeset 961 7fb3b13d4205
parent 953 202a1f972a92
child 965 15aa5abc6628
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Fri Jul 25 16:03:40 2008 -0700
+++ b/hotspot/src/share/vm/opto/c2_globals.hpp	Mon Jul 28 17:12:52 2008 -0700
@@ -388,6 +388,9 @@
   product(intx, EliminateAllocationArraySizeLimit, 64,                      \
           "Array size (number of elements) limit for scalar replacement")   \
                                                                             \
+  product(intx, ValueSearchLimit, 1000,                                     \
+          "Recursion limit in PhaseMacroExpand::value_from_mem_phi")        \
+                                                                            \
   product(intx, MaxLabelRootDepth, 1100,                                    \
           "Maximum times call Label_Root to prevent stack overflow")        \
                                                                             \