Group cmdline heap size checking together

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 21
    • Affects Version/s: None
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: