-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
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)`.
- links to
-
Commit(master) openjdk/jdk/7ec55df3
-
Review(master) openjdk/jdk/20216