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

Remove check on minimum size of MetaspaceSize

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • hs25
    • 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.

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

              Created:
              Updated:
              Resolved: