hotspot/src/share/vm/runtime/globals.hpp
changeset 1434 04217259745e
parent 1409 a30f4c5a5023
parent 1432 44f076e3d2a4
child 1437 d1846c1c04c4
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Oct 02 14:11:33 2008 -0700
+++ b/hotspot/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")                                                 \
                                                                             \