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

Split ReservedSpace constructor to avoid default parameter

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 17
    • 17
    • hotspot
    • None
    • gc
    • b19

      We have this constructor in ReservedSpace:
        // Initialize the reserved space with the given size. If preferred_page_size
        // is set, use this as minimum page size/alignment. This may waste some space
        // if the given size is not aligned to that value, as the reservation will be
        // aligned up to the final alignment in this case.
      ReservedSpace(size_t size, size_t preferred_page_size = 0);

      Instead of having the default parameter using two constructors would make the implementation more straight forward.

      This cleanup is another step towards JDK-8261527.

            sjohanss Stefan Johansson
            sjohanss Stefan Johansson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: