--- old/src/share/vm/runtime/globals.hpp 2017-02-06 18:13:53.426129784 +0100 +++ new/src/share/vm/runtime/globals.hpp 2017-02-06 18:13:53.274129780 +0100 @@ -3374,7 +3374,7 @@ "Code cache expansion size (in bytes)") \ range(0, max_uintx) \ \ - develop_pd(uintx, CodeCacheMinBlockLength, \ + diagnostic_pd(uintx, CodeCacheMinBlockLength, \ "Minimum number of segments in a code cache block") \ range(1, 100) \ \