51 \ |
51 \ |
52 product(bool, ZStallOnOutOfMemory, true, \ |
52 product(bool, ZStallOnOutOfMemory, true, \ |
53 "Allow Java threads to stall and wait for GC to complete " \ |
53 "Allow Java threads to stall and wait for GC to complete " \ |
54 "instead of immediately throwing an OutOfMemoryError") \ |
54 "instead of immediately throwing an OutOfMemoryError") \ |
55 \ |
55 \ |
56 product(size_t, ZMarkStacksMax, NOT_LP64(512*M) LP64_ONLY(8*G), \ |
56 product(size_t, ZMarkStackSpaceLimit, 8*G, \ |
57 "Maximum number of bytes allocated for marking stacks") \ |
57 "Maximum number of bytes allocated for mark stacks") \ |
58 range(32*M, NOT_LP64(512*M) LP64_ONLY(1024*G)) \ |
58 range(32*M, 1024*G) \ |
59 \ |
59 \ |
60 product(uint, ZCollectionInterval, 0, \ |
60 product(uint, ZCollectionInterval, 0, \ |
61 "Force GC at a fixed time interval (in seconds)") \ |
61 "Force GC at a fixed time interval (in seconds)") \ |
62 \ |
62 \ |
63 product(uint, ZStatisticsInterval, 10, \ |
63 product(uint, ZStatisticsInterval, 10, \ |