8191996: VM startup fails with CodeCacheExpansionSize=32768 is outside the allowed range
Adjusted minimum value according to platform specific default values. Reviewed-by: kvn
This commit is contained in:
parent
386e258e20
commit
6f31e2eada
@ -3392,7 +3392,7 @@ public:
|
||||
\
|
||||
product_pd(uintx, CodeCacheExpansionSize, \
|
||||
"Code cache expansion size (in bytes)") \
|
||||
range(os::vm_page_size(), max_uintx) \
|
||||
range(32*K, max_uintx) \
|
||||
\
|
||||
diagnostic_pd(uintx, CodeCacheMinBlockLength, \
|
||||
"Minimum number of segments in a code cache block") \
|
||||
|
Loading…
x
Reference in New Issue
Block a user