-
Enhancement
-
Resolution: Unresolved
-
P4
-
17
The only place where new/delete operators are used on `AbstractGangTask` is for creating an instance of `class RestorePreservedMarksTask : public AbstractGangTask`. One can move `RestorePreservedMarksTask` to the header file so that it can be stack-allocated. The downside is that we are exposing `RestorePreservedMarksTask`, but since it's only used in a few places, the impact of such exposure should be minimal.
- relates to
-
JDK-8214237 Join parallel phases post evacuation
-
- Resolved
-
- links to
-
Review openjdk/jdk/3918