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

Remove os::split_reserved_memory

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 17
    • 16
    • hotspot
    • None
    • b03

      The ReservedSpace::first_part(..., split=true) API calls os::split_reserved_memory(), which cannot be implemented correctly on Windows (JDK-8253649) and if the underlying memory was not allocate by mmap (JDK-8257040).

      It's used only by CDS (to be removed in JDK-8255917) and heterogenous heap (to be removed in JDK-8256181).

      Afterwards, we should remove these two APIs to avoid future misuse.

            minqi Yumin Qi
            iklam Ioi Lam
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: