diff -r 43b19021a5a9 -r 2a33b32dd03c src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Thu May 24 19:21:48 2018 +0800 +++ b/src/share/vm/runtime/globals.hpp Thu May 24 19:24:53 2018 +0800 @@ -3696,10 +3696,10 @@ "The maximum number of interpreted frames to skip when searching "\ "for recompilee") \ \ - develop(intx, DesiredMethodLimit, 8000, \ + product(intx, DesiredMethodLimit, 8000, \ "The desired maximum method size (in bytecodes) after inlining") \ \ - develop(intx, HugeMethodLimit, 8000, \ + product(intx, HugeMethodLimit, 8000, \ "Don't compile methods larger than this if " \ "+DontCompileHugeMethods") \ \