Integrated: 8305192: serial GC fails "assert(Universe::on_page_boundary(bottom) && Universe::on_page_boundary(end)) failed: invalid space boundaries"

Albert Mingkun Yang ayang at openjdk.org
Mon Apr 17 12:26:51 UTC 2023


On Tue, 4 Apr 2023 10:11:49 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> Fix to ensure survivor-space is properly aligned.
> 
> (I tried to reproduce the failure on master but to no avail.)
> 
> Test: tier1-6

This pull request has now been integrated.

Changeset: fb58d77e
Author:    Albert Mingkun Yang <ayang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/fb58d77e92caf15eada69d32f662d63758927701
Stats:     6 lines in 1 file changed: 4 ins; 0 del; 2 mod

8305192: serial GC fails "assert(Universe::on_page_boundary(bottom) && Universe::on_page_boundary(end)) failed: invalid space boundaries"

Reviewed-by: iwalulya, tschatzl

-------------

PR: https://git.openjdk.org/jdk/pull/13323


More information about the hotspot-gc-dev mailing list