Parallel: Remove redundant mangle in PSScavenge::invoke

XMLWordPrintable

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

      `young_gen->to_space()->clear(SpaceDecorator::Mangle)` at the start of young-gc is redundant, because after a succcessful young-gc, to-space (from-space at that moment) should have been cleared already, i.e. `young_gen->from_space()->clear(SpaceDecorator::Mangle)`.

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

              Created:
              Updated:
              Resolved: