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

Specifying target vram larger than max vram is silently accepted

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 8u40
    • javafx
    • None

      The target vram is supposed to be a soft limit which grows when needed up to the max vram setting.

      The default values for target and max are such that target < max.
      The default value if max is specified on the command line is < max.

      But, if both the target and max are specified on the command line, then we do not check to make sure that target < max.

      Once they are set, we do ensure that we never grow the target past max, but if they are initially set with target > max then we allow that errant condition to continue.

            Unassigned Unassigned
            flar Jim Graham
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Imported: