-
Enhancement
-
Resolution: Fixed
-
P4
-
14
-
b05
In JDK-8146989 we parallelized preserved marks handling. Since at that time different GCs used different incompatible work gang implementations we introduced a TaskExecutor abstraction.
InJDK-8204951 we made Parallel GC also used the work gang implementation everyone else uses, so it may be possible to remove this abstraction to make the code cleaner.
In
- relates to
-
JDK-8204951 Investigate to use WorkGang for Parallel GC
-
- Resolved
-