Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8357109

Parallel: Fix typo in YoungedGeneration

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • None
    • hotspot
    • gc

      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`

            gli Guoxiong Li
            ayang Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: