src/share/vm/runtime/globals.hpp

changeset 5528
740e263c80c6
parent 5462
8796fd3ac898
child 5578
4c84d351cca9
child 5599
91b93f523ec6
equal deleted inserted replaced
5527:d96f52012aaa 5528:740e263c80c6
3034 "Initial size of Metaspaces (in bytes)") \ 3034 "Initial size of Metaspaces (in bytes)") \
3035 \ 3035 \
3036 product(uintx, MaxMetaspaceSize, max_uintx, \ 3036 product(uintx, MaxMetaspaceSize, max_uintx, \
3037 "Maximum size of Metaspaces (in bytes)") \ 3037 "Maximum size of Metaspaces (in bytes)") \
3038 \ 3038 \
3039 product(uintx, ClassMetaspaceSize, 2*M, \ 3039 product(uintx, ClassMetaspaceSize, 1*G, \
3040 "Maximum size of InstanceKlass area in Metaspace used for " \ 3040 "Maximum size of InstanceKlass area in Metaspace used for " \
3041 "UseCompressedKlassPointers") \ 3041 "UseCompressedKlassPointers") \
3042 \ 3042 \
3043 product(uintx, MinHeapFreeRatio, 40, \ 3043 product(uintx, MinHeapFreeRatio, 40, \
3044 "Min percentage of heap free after GC to avoid expansion") \ 3044 "Min percentage of heap free after GC to avoid expansion") \

mercurial