comparison 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
comparison
equal deleted inserted replaced
372:be41fa651400 400:cc80376deb0c
2555 "maximum number of nested calls that are inlined") \ 2555 "maximum number of nested calls that are inlined") \
2556 \ 2556 \
2557 develop(intx, MaxRecursiveInlineLevel, 1, \ 2557 develop(intx, MaxRecursiveInlineLevel, 1, \
2558 "maximum number of nested recursive calls that are inlined") \ 2558 "maximum number of nested recursive calls that are inlined") \
2559 \ 2559 \
2560 develop(intx, InlineSmallCode, 1000, \ 2560 product(intx, InlineSmallCode, 1000, \
2561 "Only inline already compiled methods if their code size is " \ 2561 "Only inline already compiled methods if their code size is " \
2562 "less than this") \ 2562 "less than this") \
2563 \ 2563 \
2564 product(intx, MaxInlineSize, 35, \ 2564 product(intx, MaxInlineSize, 35, \
2565 "maximum bytecode size of a method to be inlined") \ 2565 "maximum bytecode size of a method to be inlined") \