diff src/share/vm/runtime/globals.hpp @ 402:b4e0a161f551

Merge
author never
date Mon, 06 Oct 2008 13:11:32 -0700
parents ddfad9496151 cc80376deb0c
children 2649e5276dd7
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Oct 02 14:11:33 2008 -0700
+++ b/src/share/vm/runtime/globals.hpp	Mon Oct 06 13:11:32 2008 -0700
@@ -2546,7 +2546,7 @@
   develop(intx, MaxRecursiveInlineLevel, 1,                                 \
           "maximum number of nested recursive calls that are inlined")      \
                                                                             \
-  develop(intx, InlineSmallCode, 1000,                                      \
+  product(intx, InlineSmallCode, 1000,                                      \
           "Only inline already compiled methods if their code size is "     \
           "less than this")                                                 \
                                                                             \