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

Group cmdline heap size checking together

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 21
    • None
    • hotspot
    • None
    • gc
    • b11

      In `GCArguments::initialize_heap_flags_and_sizes`

      The triplets, min, init, and max heap size, need to satisfy an ordering constraint.

      Currently, the following two pairs are checked together,

      InitialHeapSize & MaxHeapSize

      MinHeapSize & MaxHeapSize

      However, InitialHeapSize & MinHeapSize is many-line below.

      Move them together.

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

              Created:
              Updated:
              Resolved: