diff src/share/vm/opto/c2_globals.hpp @ 276:aa8f54688692

Merge
author trims
date Sun, 10 Aug 2008 21:31:42 -0700
parents 40b69ca33f4b
children 72c5366e5d86
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Mon Aug 04 13:44:48 2008 -0700
+++ b/src/share/vm/opto/c2_globals.hpp	Sun Aug 10 21:31:42 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")        \
                                                                             \