-
Enhancement
-
Resolution: Fixed
-
P4
-
12, 13
-
b07
During code review of JDK-8204947, Thomas Schatzl pointed out that, the assignment operator of TaskTerminator is undesirable, because it is actual a move assignment.
Removing the assignment operator is blocked byJDK-8215047. Once JDK-8215047 is fixed, we should remove the assignment operator.
Removing the assignment operator is blocked by
- is blocked by
-
JDK-8215047 Task terminators do not complete termination in consistent state
- Resolved
- relates to
-
JDK-8218005 ParallelTaskTerminator destroyed while apparently active
- Closed