Remove unnecessary argument in ContiguousSpace::initialize

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 26
    • Affects Version/s: None
    • Component/s: hotspot
    • gc
    • b21

      The third arg controls whether unused space should be mangled.

      ```
      void ContiguousSpace::initialize(MemRegion mr,
                                       bool clear_space,
                                       bool mangle_space) {
      ```

      All callers of this method pass the same value `true`.

            Assignee:
            Albert Yang
            Reporter:
            Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: