Integrated: 8341099: GenShen: assert(HAS_FWD == _heap->has_forwarded_objects()) failed: Forwarded object status is sane
William Kemper
wkemper at openjdk.org
Fri Oct 4 17:43:06 UTC 2024
On Thu, 3 Oct 2024 21:35:29 GMT, William Kemper <wkemper at openjdk.org> wrote:
> Evacuations may occur during young or mixed collection cycles. When it is a young cycle during old marking, this barrier may be called to both evacuate cset objects and again to enqueue the targets of the copy (if they are in the old generation). If it is a mixed collection, then old marking will _not_ be in progress and this barrier will not be called to enqueue anything.
This pull request has now been integrated.
Changeset: cbc0fd0a
Author: William Kemper <wkemper at openjdk.org>
URL: https://git.openjdk.org/shenandoah/commit/cbc0fd0a2aae095c7fda3d69a113bf504ffef594
Stats: 10 lines in 1 file changed: 8 ins; 1 del; 1 mod
8341099: GenShen: assert(HAS_FWD == _heap->has_forwarded_objects()) failed: Forwarded object status is sane
Reviewed-by: kdnilsen
-------------
PR: https://git.openjdk.org/shenandoah/pull/507
More information about the shenandoah-dev
mailing list