This method is used in three sites:
1. young-gc
2. full-gc marking (phase 1)
3. full-gc adjusting (phase 3)
However, the set of roots visited and closures used are quite different. The control flow would be much simpler if this root-processing logic is "inline" in each site.
1. young-gc
2. full-gc marking (phase 1)
3. full-gc adjusting (phase 3)
However, the set of roots visited and closures used are quite different. The control flow would be much simpler if this root-processing logic is "inline" in each site.
- links to
-
Review(master) openjdk/jdk/26038