comparison src/share/vm/runtime/globals.hpp @ 12057:58fc8e2b7b6d

Merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 10 Oct 2013 17:22:25 +0200
parents 3cce976666d9 740e263c80c6
children cefad50507d8
comparison
equal deleted inserted replaced
12041:7e5cf369559f 12057:58fc8e2b7b6d
3057 "Initial size of Metaspaces (in bytes)") \ 3057 "Initial size of Metaspaces (in bytes)") \
3058 \ 3058 \
3059 product(uintx, MaxMetaspaceSize, max_uintx, \ 3059 product(uintx, MaxMetaspaceSize, max_uintx, \
3060 "Maximum size of Metaspaces (in bytes)") \ 3060 "Maximum size of Metaspaces (in bytes)") \
3061 \ 3061 \
3062 product(uintx, ClassMetaspaceSize, 2*M, \ 3062 product(uintx, ClassMetaspaceSize, 1*G, \
3063 "Maximum size of InstanceKlass area in Metaspace used for " \ 3063 "Maximum size of InstanceKlass area in Metaspace used for " \
3064 "UseCompressedKlassPointers") \ 3064 "UseCompressedKlassPointers") \
3065 \ 3065 \
3066 product(uintx, MinHeapFreeRatio, 40, \ 3066 product(uintx, MinHeapFreeRatio, 40, \
3067 "Min percentage of heap free after GC to avoid expansion") \ 3067 "Min percentage of heap free after GC to avoid expansion") \