changeset 43945 | e7f2e49d2274 |
parent 43935 | 51c3deea6cdc |
child 44203 | d2d435372329 |
child 44522 | b10606c613ef |
--- a/hotspot/src/share/vm/runtime/globals.hpp Thu Feb 09 19:08:32 2017 -0800 +++ b/hotspot/src/share/vm/runtime/globals.hpp Fri Feb 10 08:16:49 2017 +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) \ \