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

Parallel: Remove redundant mangle in PSScavenge::invoke

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • None
    • 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)`.

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

              Created:
              Updated:
              Resolved: