src/share/vm/runtime/globals.hpp

changeset 4048
11fb740ce98f
parent 4037
da91efe96a93
child 4081
9a86ddfc6c8f
equal deleted inserted replaced
4047:aed758eda82a 4048:11fb740ce98f
2991 "Initial size of Metaspaces (in bytes)") \ 2991 "Initial size of Metaspaces (in bytes)") \
2992 \ 2992 \
2993 product(uintx, MaxMetaspaceSize, max_uintx, \ 2993 product(uintx, MaxMetaspaceSize, max_uintx, \
2994 "Maximum size of Metaspaces (in bytes)") \ 2994 "Maximum size of Metaspaces (in bytes)") \
2995 \ 2995 \
2996 product(uintx, ClassMetaspaceSize, NOT_LP64(1*M) LP64_ONLY(512*M), \ 2996 product(uintx, ClassMetaspaceSize, 2*M, \
2997 "Maximum size of InstanceKlass area in Metaspace used for " \ 2997 "Maximum size of InstanceKlass area in Metaspace used for " \
2998 "UseCompressedKlassPointers") \ 2998 "UseCompressedKlassPointers") \
2999 \ 2999 \
3000 product(uintx, MinHeapFreeRatio, 40, \ 3000 product(uintx, MinHeapFreeRatio, 40, \
3001 "Min percentage of heap free after GC to avoid expansion") \ 3001 "Min percentage of heap free after GC to avoid expansion") \

mercurial