-
Enhancement
-
Resolution: Fixed
-
P4
-
9
-
b83
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8141941 | emb-9 | Mikael Gerdin | P4 | Resolved | Fixed | team |
Currently in G1 we tunnel calls to scan the remembered sets through a G1RootProcessor object.
The only purpose of this is to pass the call on to the G1RemSet class.
It would be more clear to simply separate these code paths.
This will also require that G1CodeBlobClosure move to its own source file.
The only purpose of this is to pass the call on to the G1RemSet class.
It would be more clear to simply separate these code paths.
This will also require that G1CodeBlobClosure move to its own source file.
- backported by
-
JDK-8141941 Don't use G1RootProcessor when scanning remembered sets
-
- Resolved
-