mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
7019557: SharedMiscDataSize too small for 64-bit fastdebug JVM
Increase default SharedMiscDataSize Reviewed-by: dcubed, kamg
This commit is contained in:
parent
5cef1a1a84
commit
3899f14f1f
1 changed files with 1 additions and 1 deletions
|
@ -3692,7 +3692,7 @@ class CommandLineFlags {
|
||||||
product(uintx, SharedReadOnlySize, 10*M, \
|
product(uintx, SharedReadOnlySize, 10*M, \
|
||||||
"Size of read-only space in permanent generation (in bytes)") \
|
"Size of read-only space in permanent generation (in bytes)") \
|
||||||
\
|
\
|
||||||
product(uintx, SharedMiscDataSize, 4*M, \
|
product(uintx, SharedMiscDataSize, NOT_LP64(4*M) LP64_ONLY(5*M), \
|
||||||
"Size of the shared data area adjacent to the heap (in bytes)") \
|
"Size of the shared data area adjacent to the heap (in bytes)") \
|
||||||
\
|
\
|
||||||
product(uintx, SharedMiscCodeSize, 4*M, \
|
product(uintx, SharedMiscCodeSize, 4*M, \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue