comparison src/share/vm/runtime/globals.hpp @ 14412:e2722a66aba7

Merge
author kvn
date Thu, 05 Sep 2013 11:04:39 -0700
parents bdd155477289 4c84d351cca9
children abe03600372a
comparison
equal deleted inserted replaced
14411:bdd155477289 14412:e2722a66aba7
1945 "Trace virtual space metadata allocations") \ 1945 "Trace virtual space metadata allocations") \
1946 \ 1946 \
1947 notproduct(bool, ExecuteInternalVMTests, false, \ 1947 notproduct(bool, ExecuteInternalVMTests, false, \
1948 "Enable execution of internal VM tests.") \ 1948 "Enable execution of internal VM tests.") \
1949 \ 1949 \
1950 notproduct(bool, VerboseInternalVMTests, false, \
1951 "Turn on logging for internal VM tests.") \
1952 \
1950 product_pd(bool, UseTLAB, "Use thread-local object allocation") \ 1953 product_pd(bool, UseTLAB, "Use thread-local object allocation") \
1951 \ 1954 \
1952 product_pd(bool, ResizeTLAB, \ 1955 product_pd(bool, ResizeTLAB, \
1953 "Dynamically resize tlab size for threads") \ 1956 "Dynamically resize tlab size for threads") \
1954 \ 1957 \
3048 "Initial size of Metaspaces (in bytes)") \ 3051 "Initial size of Metaspaces (in bytes)") \
3049 \ 3052 \
3050 product(uintx, MaxMetaspaceSize, max_uintx, \ 3053 product(uintx, MaxMetaspaceSize, max_uintx, \
3051 "Maximum size of Metaspaces (in bytes)") \ 3054 "Maximum size of Metaspaces (in bytes)") \
3052 \ 3055 \
3053 product(uintx, ClassMetaspaceSize, 2*M, \ 3056 product(uintx, ClassMetaspaceSize, 1*G, \
3054 "Maximum size of InstanceKlass area in Metaspace used for " \ 3057 "Maximum size of InstanceKlass area in Metaspace used for " \
3055 "UseCompressedKlassPointers") \ 3058 "UseCompressedKlassPointers") \
3056 \ 3059 \
3057 product(uintx, MinHeapFreeRatio, 40, \ 3060 product(uintx, MinHeapFreeRatio, 40, \
3058 "Min percentage of heap free after GC to avoid expansion") \ 3061 "Min percentage of heap free after GC to avoid expansion") \