mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
8015107: NPG: Use consistent naming for metaspace concepts
Reviewed-by: coleenp, mgerdin, hseigel
This commit is contained in:
parent
7e04c1775c
commit
30f059b5fc
43 changed files with 228 additions and 175 deletions
|
@ -443,8 +443,8 @@ class CommandLineFlags {
|
|||
"Use 32-bit object references in 64-bit VM " \
|
||||
"lp64_product means flag is always constant in 32 bit VM") \
|
||||
\
|
||||
lp64_product(bool, UseCompressedKlassPointers, false, \
|
||||
"Use 32-bit klass pointers in 64-bit VM " \
|
||||
lp64_product(bool, UseCompressedClassPointers, false, \
|
||||
"Use 32-bit class pointers in 64-bit VM " \
|
||||
"lp64_product means flag is always constant in 32 bit VM") \
|
||||
\
|
||||
notproduct(bool, CheckCompressedOops, true, \
|
||||
|
@ -3039,9 +3039,9 @@ class CommandLineFlags {
|
|||
product(uintx, MaxMetaspaceSize, max_uintx, \
|
||||
"Maximum size of Metaspaces (in bytes)") \
|
||||
\
|
||||
product(uintx, ClassMetaspaceSize, 1*G, \
|
||||
"Maximum size of InstanceKlass area in Metaspace used for " \
|
||||
"UseCompressedKlassPointers") \
|
||||
product(uintx, CompressedClassSpaceSize, 1*G, \
|
||||
"Maximum size of class area in Metaspace when compressed " \
|
||||
"class pointers are used") \
|
||||
\
|
||||
product(uintx, MinHeapFreeRatio, 40, \
|
||||
"Min percentage of heap free after GC to avoid expansion") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue