RFR: 8267446: Taskqueue code fails with assert(bottom_relaxed() == age_top_relaxed()) failed: not empty
Per Liden
pliden at openjdk.java.net
Mon May 24 08:41:42 UTC 2021
On Sun, 23 May 2021 01:08:46 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this change to TaskTerminator to no longer verify the queues
> are empty in its destructor. The terminator's destructor may be called after
> the queues have been deleted, as happens in ~ZHeapIterator().
>
> There is no loss of error checking by this change. The TaskTerminator
> already verifies the queues are empty on normal termination.
>
> Testing:
> mach5 tier1, hs-tier6-gc (the latter being where the failure showed up).
> The failure seems to be very intermittent; I've not been able to reproduce it.
Looks good.
-------------
Marked as reviewed by pliden (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/4156
More information about the hotspot-gc-dev
mailing list