Remove check on minimum size of MetaspaceSize

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: hs25
    • Component/s: hotspot
    • None
    • gc
    • b129

      MetaspaceSize is the amount of native memory allocated for metadata, when reached, will induce a garbage collection to attempt to unload classes. It is not the size of any actual allocation but just
      a number. It does not have a minimum value.

      Correct the alignment of MetaspaceSize and MaxMetaspaceSize. They do not have the same
      alignment requirements as the heap. Page size alignment may be appropriate.

            Assignee:
            Jon Masamitsu (Inactive)
            Reporter:
            Jon Masamitsu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: