comparison 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
comparison
equal deleted inserted replaced
386:f1ecf9191140 402:b4e0a161f551
2544 "maximum number of nested calls that are inlined") \ 2544 "maximum number of nested calls that are inlined") \
2545 \ 2545 \
2546 develop(intx, MaxRecursiveInlineLevel, 1, \ 2546 develop(intx, MaxRecursiveInlineLevel, 1, \
2547 "maximum number of nested recursive calls that are inlined") \ 2547 "maximum number of nested recursive calls that are inlined") \
2548 \ 2548 \
2549 develop(intx, InlineSmallCode, 1000, \ 2549 product(intx, InlineSmallCode, 1000, \
2550 "Only inline already compiled methods if their code size is " \ 2550 "Only inline already compiled methods if their code size is " \
2551 "less than this") \ 2551 "less than this") \
2552 \ 2552 \
2553 product(intx, MaxInlineSize, 35, \ 2553 product(intx, MaxInlineSize, 35, \
2554 "maximum bytecode size of a method to be inlined") \ 2554 "maximum bytecode size of a method to be inlined") \