Parallel: Fix typo in YoungedGeneration

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 25
    • Affects Version/s: None
    • Component/s: hotspot
    • gc
    • b26

      Identified by Guoxiong Li (https://github.com/openjdk/jdk/pull/25000/files#r2083595212)
      ```
        product(uint, YoungGenerationSizeSupplement, 80, \
                "Supplement to YoungedGenerationSizeIncrement used at startup") \
                range(0, 100) \
                                                                                  \
        product(uintx, YoungGenerationSizeSupplementDecay, 8, \
                "Decay factor to YoungedGenerationSizeSupplement") \
                range(1, max_uintx) \
      ```

      `YoungedGeneration` should be `YoungGeneration`

            Assignee:
            Guoxiong Li
            Reporter:
            Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: