-
Enhancement
-
Resolution: Fixed
-
P4
-
15
-
b14
-
Fix failed
~G1DirtyCardQueue calls flush(), but that's too late. The final flush must occur in on_thread_detach(), with no further queued log entries after that, else operations like concatenate_logs won't be able to find and process those late logs. on_thread_detach() already contains the necessary flush(), so the one in the destructor is just a waste of time, and possibly hides bugs. Better to just remove it.
- relates to
-
JDK-8240722 [BACKOUT] G1DirtyCardQueue destructor has useless flush
-
- Resolved
-
-
JDK-8240774 [REDO] G1DirtyCardQueue destructor has useless flush
-
- Resolved
-