comparison src/share/vm/runtime/globals.hpp @ 12226:7944aba7ba41

8015107: NPG: Use consistent naming for metaspace concepts Reviewed-by: coleenp, mgerdin, hseigel
author ehelin
date Mon, 12 Aug 2013 17:37:02 +0200
parents 3a1df0dce3e5
children 884ed7a10f09
comparison
equal deleted inserted replaced
12186:313b724f8911 12226:7944aba7ba41
441 \ 441 \
442 lp64_product(bool, UseCompressedOops, false, \ 442 lp64_product(bool, UseCompressedOops, false, \
443 "Use 32-bit object references in 64-bit VM " \ 443 "Use 32-bit object references in 64-bit VM " \
444 "lp64_product means flag is always constant in 32 bit VM") \ 444 "lp64_product means flag is always constant in 32 bit VM") \
445 \ 445 \
446 lp64_product(bool, UseCompressedKlassPointers, false, \ 446 lp64_product(bool, UseCompressedClassPointers, false, \
447 "Use 32-bit klass pointers in 64-bit VM " \ 447 "Use 32-bit class pointers in 64-bit VM " \
448 "lp64_product means flag is always constant in 32 bit VM") \ 448 "lp64_product means flag is always constant in 32 bit VM") \
449 \ 449 \
450 notproduct(bool, CheckCompressedOops, true, \ 450 notproduct(bool, CheckCompressedOops, true, \
451 "generate checks in encoding/decoding code in debug VM") \ 451 "generate checks in encoding/decoding code in debug VM") \
452 \ 452 \
3037 "Initial size of Metaspaces (in bytes)") \ 3037 "Initial size of Metaspaces (in bytes)") \
3038 \ 3038 \
3039 product(uintx, MaxMetaspaceSize, max_uintx, \ 3039 product(uintx, MaxMetaspaceSize, max_uintx, \
3040 "Maximum size of Metaspaces (in bytes)") \ 3040 "Maximum size of Metaspaces (in bytes)") \
3041 \ 3041 \
3042 product(uintx, ClassMetaspaceSize, 1*G, \ 3042 product(uintx, CompressedClassSpaceSize, 1*G, \
3043 "Maximum size of InstanceKlass area in Metaspace used for " \ 3043 "Maximum size of class area in Metaspace when compressed " \
3044 "UseCompressedKlassPointers") \ 3044 "class pointers are used") \
3045 \ 3045 \
3046 product(uintx, MinHeapFreeRatio, 40, \ 3046 product(uintx, MinHeapFreeRatio, 40, \
3047 "Min percentage of heap free after GC to avoid expansion") \ 3047 "Min percentage of heap free after GC to avoid expansion") \
3048 \ 3048 \
3049 product(uintx, MaxHeapFreeRatio, 70, \ 3049 product(uintx, MaxHeapFreeRatio, 70, \