diff src/share/vm/runtime/globals.hpp @ 400:cc80376deb0c

6667595: Set probability FAIR for pre-, post- loops and ALWAYS for main loop Summary: Fix loop's probability. Add optimizations to avoid spilling. Change InlineSmallCode to product flag. Reviewed-by: never
author kvn
date Thu, 02 Oct 2008 08:37:44 -0700
parents be41fa651400
children b4e0a161f551
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Sep 30 15:53:55 2008 -0700
+++ b/src/share/vm/runtime/globals.hpp	Thu Oct 02 08:37:44 2008 -0700
@@ -2557,7 +2557,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")                                                 \
                                                                             \