Remove os::split_reserved_memory

XMLWordPrintable

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

            Assignee:
            Yumin Qi
            Reporter:
            Ioi Lam
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: