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

Parallel: Set correct minimum of InitialSurvivorRatio

XMLWordPrintable

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

      Since the minimum value of MinSurvivorRatio is 3, the valid mininum value for InitialSurvivorRatio should be 3 as well.

        product(uintx, MinSurvivorRatio, 3, \
                "Minimum ratio of young generation/survivor space size") \
                range(3, max_uintx) \
                                                                                  \
        product(uintx, InitialSurvivorRatio, 8, \
                "Initial ratio of young generation/survivor space size") \
                range(0, max_uintx) \

      Update the range and add checking in VM startup code.

            ayang Albert Yang
            ayang Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: