src/share/vm/runtime/globals.hpp

changeset 8861
2a33b32dd03c
parent 8856
ac27a9c85bea
child 8868
91ddc23482a4
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu May 24 19:21:48 2018 +0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu May 24 19:24:53 2018 +0800
     1.3 @@ -3696,10 +3696,10 @@
     1.4            "The maximum number of interpreted frames to skip when searching "\
     1.5            "for recompilee")                                                 \
     1.6                                                                              \
     1.7 -  develop(intx, DesiredMethodLimit,  8000,                                  \
     1.8 +  product(intx, DesiredMethodLimit, 8000,                                   \
     1.9            "The desired maximum method size (in bytecodes) after inlining")  \
    1.10                                                                              \
    1.11 -  develop(intx, HugeMethodLimit,  8000,                                     \
    1.12 +  product(intx, HugeMethodLimit, 8000,                                      \
    1.13            "Don't compile methods larger than this if "                      \
    1.14            "+DontCompileHugeMethods")                                        \
    1.15                                                                              \

mercurial