src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/globals.hpp	Mon Feb  6 18:13:53 2017
--- new/src/share/vm/runtime/globals.hpp	Mon Feb  6 18:13:53 2017

*** 3372,3382 **** --- 3372,3382 ---- \ product_pd(uintx, CodeCacheExpansionSize, \ "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) \ \ notproduct(bool, ExitOnFullCodeCache, false, \ "Exit the VM if we fill the code cache") \

src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File