comparison src/share/vm/runtime/globals.hpp @ 14358:e5d78f318aec

8026849: Fix typos in the GC code, part 2 Summary: Fixed typos in assert messages, flag descriptions and verbose messages Reviewed-by: stefank, tschatzl
author jwilhelm
date Tue, 10 Dec 2013 15:11:02 +0100
parents 2c95095271e9
children e8ef156f0bc9
comparison
equal deleted inserted replaced
14357:79aa45434291 14358:e5d78f318aec
563 \ 563 \
564 product(bool, ForceNUMA, false, \ 564 product(bool, ForceNUMA, false, \
565 "Force NUMA optimizations on single-node/UMA systems") \ 565 "Force NUMA optimizations on single-node/UMA systems") \
566 \ 566 \
567 product(uintx, NUMAChunkResizeWeight, 20, \ 567 product(uintx, NUMAChunkResizeWeight, 20, \
568 "Percentage (0-100) used to weigh the current sample when " \ 568 "Percentage (0-100) used to weight the current sample when " \
569 "computing exponentially decaying average for " \ 569 "computing exponentially decaying average for " \
570 "AdaptiveNUMAChunkSizing") \ 570 "AdaptiveNUMAChunkSizing") \
571 \ 571 \
572 product(uintx, NUMASpaceResizeRate, 1*G, \ 572 product(uintx, NUMASpaceResizeRate, 1*G, \
573 "Do not reallocate more than this amount per collection") \ 573 "Do not reallocate more than this amount per collection") \
1500 product(uintx, TargetPLABWastePct, 10, \ 1500 product(uintx, TargetPLABWastePct, 10, \
1501 "Target wasted space in last buffer as percent of overall " \ 1501 "Target wasted space in last buffer as percent of overall " \
1502 "allocation") \ 1502 "allocation") \
1503 \ 1503 \
1504 product(uintx, PLABWeight, 75, \ 1504 product(uintx, PLABWeight, 75, \
1505 "Percentage (0-100) used to weigh the current sample when " \ 1505 "Percentage (0-100) used to weight the current sample when " \
1506 "computing exponentially decaying average for ResizePLAB") \ 1506 "computing exponentially decaying average for ResizePLAB") \
1507 \ 1507 \
1508 product(bool, ResizePLAB, true, \ 1508 product(bool, ResizePLAB, true, \
1509 "Dynamically resize (survivor space) promotion LAB's") \ 1509 "Dynamically resize (survivor space) promotion LAB's") \
1510 \ 1510 \
1609 product(uintx, CMSIncrementalOffset, 0, \ 1609 product(uintx, CMSIncrementalOffset, 0, \
1610 "Percentage (0-100) by which the CMS incremental mode duty cycle "\ 1610 "Percentage (0-100) by which the CMS incremental mode duty cycle "\
1611 "is shifted to the right within the period between young GCs") \ 1611 "is shifted to the right within the period between young GCs") \
1612 \ 1612 \
1613 product(uintx, CMSExpAvgFactor, 50, \ 1613 product(uintx, CMSExpAvgFactor, 50, \
1614 "Percentage (0-100) used to weigh the current sample when " \ 1614 "Percentage (0-100) used to weight the current sample when " \
1615 "computing exponential averages for CMS statistics") \ 1615 "computing exponential averages for CMS statistics") \
1616 \ 1616 \
1617 product(uintx, CMS_FLSWeight, 75, \ 1617 product(uintx, CMS_FLSWeight, 75, \
1618 "Percentage (0-100) used to weigh the current sample when " \ 1618 "Percentage (0-100) used to weight the current sample when " \
1619 "computing exponentially decaying averages for CMS FLS " \ 1619 "computing exponentially decaying averages for CMS FLS " \
1620 "statistics") \ 1620 "statistics") \
1621 \ 1621 \
1622 product(uintx, CMS_FLSPadding, 1, \ 1622 product(uintx, CMS_FLSPadding, 1, \
1623 "The multiple of deviation from mean to use for buffering " \ 1623 "The multiple of deviation from mean to use for buffering " \
1725 notproduct(uintx, CMSMarkStackOverflowInterval, 1000, \ 1725 notproduct(uintx, CMSMarkStackOverflowInterval, 1000, \
1726 "An \"interval\" counter that determines how frequently " \ 1726 "An \"interval\" counter that determines how frequently " \
1727 "to simulate overflow; a smaller number increases frequency") \ 1727 "to simulate overflow; a smaller number increases frequency") \
1728 \ 1728 \
1729 product(uintx, CMSMaxAbortablePrecleanLoops, 0, \ 1729 product(uintx, CMSMaxAbortablePrecleanLoops, 0, \
1730 "(Temporary, subject to experimentation) " \
1731 "Maximum number of abortable preclean iterations, if > 0") \ 1730 "Maximum number of abortable preclean iterations, if > 0") \
1732 \ 1731 \
1733 product(intx, CMSMaxAbortablePrecleanTime, 5000, \ 1732 product(intx, CMSMaxAbortablePrecleanTime, 5000, \
1734 "(Temporary, subject to experimentation) " \
1735 "Maximum time in abortable preclean (in milliseconds)") \ 1733 "Maximum time in abortable preclean (in milliseconds)") \
1736 \ 1734 \
1737 product(uintx, CMSAbortablePrecleanMinWorkPerIteration, 100, \ 1735 product(uintx, CMSAbortablePrecleanMinWorkPerIteration, 100, \
1738 "(Temporary, subject to experimentation) " \
1739 "Nominal minimum work per abortable preclean iteration") \ 1736 "Nominal minimum work per abortable preclean iteration") \
1740 \ 1737 \
1741 manageable(intx, CMSAbortablePrecleanWaitMillis, 100, \ 1738 manageable(intx, CMSAbortablePrecleanWaitMillis, 100, \
1742 "(Temporary, subject to experimentation) " \
1743 "Time that we sleep between iterations when not given " \ 1739 "Time that we sleep between iterations when not given " \
1744 "enough work per iteration") \ 1740 "enough work per iteration") \
1745 \ 1741 \
1746 product(uintx, CMSRescanMultiple, 32, \ 1742 product(uintx, CMSRescanMultiple, 32, \
1747 "Size (in cards) of CMS parallel rescan task") \ 1743 "Size (in cards) of CMS parallel rescan task") \
1953 "Number of promotion failures occurring at ParGCAllocBuffer " \ 1949 "Number of promotion failures occurring at ParGCAllocBuffer " \
1954 "refill attempts (ParNew) or promotion attempts " \ 1950 "refill attempts (ParNew) or promotion attempts " \
1955 "(other young collectors)") \ 1951 "(other young collectors)") \
1956 \ 1952 \
1957 develop(uintx, PromotionFailureALotInterval, 5, \ 1953 develop(uintx, PromotionFailureALotInterval, 5, \
1958 "Total collections between promotion failures alot") \ 1954 "Total collections between promotion failures a lot") \
1959 \ 1955 \
1960 experimental(uintx, WorkStealingSleepMillis, 1, \ 1956 experimental(uintx, WorkStealingSleepMillis, 1, \
1961 "Sleep time when sleep is used for yields") \ 1957 "Sleep time when sleep is used for yields") \
1962 \ 1958 \
1963 experimental(uintx, WorkStealingYieldsBeforeSleep, 5000, \ 1959 experimental(uintx, WorkStealingYieldsBeforeSleep, 5000, \
1964 "Number of yields before a sleep is done during workstealing") \ 1960 "Number of yields before a sleep is done during work stealing") \
1965 \ 1961 \
1966 experimental(uintx, WorkStealingHardSpins, 4096, \ 1962 experimental(uintx, WorkStealingHardSpins, 4096, \
1967 "Number of iterations in a spin loop between checks on " \ 1963 "Number of iterations in a spin loop between checks on " \
1968 "time out of hard spin") \ 1964 "time out of hard spin") \
1969 \ 1965 \
2037 product(uintx, DefaultMaxRAMFraction, 4, \ 2033 product(uintx, DefaultMaxRAMFraction, 4, \
2038 "Maximum fraction (1/n) of real memory used for maximum heap " \ 2034 "Maximum fraction (1/n) of real memory used for maximum heap " \
2039 "size; deprecated: to be renamed to MaxRAMFraction") \ 2035 "size; deprecated: to be renamed to MaxRAMFraction") \
2040 \ 2036 \
2041 product(uintx, MinRAMFraction, 2, \ 2037 product(uintx, MinRAMFraction, 2, \
2042 "Minimum fraction (1/n) of real memory used for maxmimum heap " \ 2038 "Minimum fraction (1/n) of real memory used for maximum heap " \
2043 "size on systems with small physical memory size") \ 2039 "size on systems with small physical memory size") \
2044 \ 2040 \
2045 product(uintx, InitialRAMFraction, 64, \ 2041 product(uintx, InitialRAMFraction, 64, \
2046 "Fraction (1/n) of real memory used for initial heap size") \ 2042 "Fraction (1/n) of real memory used for initial heap size") \
2047 \ 2043 \