-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
b17
`G1ConcurrentMark::finalize_marking` uses `StrongRootsScope` before creating `G1CMRemarkTask`. The actual required logic inside `StrongRootsScope` is threads-claim-token. One can use `ThreadsClaimTokenScope` inside `G1CMRemarkTask` directly to make the intention explicit and closer to where it's used, `possibly_parallel_threads_do` in the `work()` method.
- causes
-
JDK-8368345 Remove leftover includes of strongRootsScope.hpp
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/44454633
-
Review(master)
openjdk/jdk/27385