src/share/vm/runtime/globals.hpp

changeset 8861
2a33b32dd03c
parent 8856
ac27a9c85bea
child 8868
91ddc23482a4
equal deleted inserted replaced
8860:43b19021a5a9 8861:2a33b32dd03c
3694 \ 3694 \
3695 develop(intx, MaxInterpretedSearchLength, 3, \ 3695 develop(intx, MaxInterpretedSearchLength, 3, \
3696 "The maximum number of interpreted frames to skip when searching "\ 3696 "The maximum number of interpreted frames to skip when searching "\
3697 "for recompilee") \ 3697 "for recompilee") \
3698 \ 3698 \
3699 develop(intx, DesiredMethodLimit, 8000, \ 3699 product(intx, DesiredMethodLimit, 8000, \
3700 "The desired maximum method size (in bytecodes) after inlining") \ 3700 "The desired maximum method size (in bytecodes) after inlining") \
3701 \ 3701 \
3702 develop(intx, HugeMethodLimit, 8000, \ 3702 product(intx, HugeMethodLimit, 8000, \
3703 "Don't compile methods larger than this if " \ 3703 "Don't compile methods larger than this if " \
3704 "+DontCompileHugeMethods") \ 3704 "+DontCompileHugeMethods") \
3705 \ 3705 \
3706 /* New JDK 1.4 reflection implementation */ \ 3706 /* New JDK 1.4 reflection implementation */ \
3707 \ 3707 \

mercurial