Integrated: Fix SerialGC bug in full_process_roots

Stefan Karlsson stefank at openjdk.java.net
Tue Mar 22 16:31:01 UTC 2022


On Tue, 22 Mar 2022 09:10:01 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

> There seems to have been an inadvertent change to argument to fix_relocations in full_process_roots. The bug doesn't cause any problems, it just calls an expensive operation (fix_oop_relocations) unnecessarily. Restore the old value.

This pull request has now been integrated.

Changeset: 2aba64a8
Author:    Stefan Karlsson <stefank at openjdk.org>
Committer: Erik Österlund <eosterlund at openjdk.org>
URL:       https://git.openjdk.java.net/loom/commit/2aba64a8328e2dfb66b982621aff485c2acc94cd
Stats:     4 lines in 1 file changed: 3 ins; 0 del; 1 mod

Fix SerialGC bug in full_process_roots

Reviewed-by: tschatzl, eosterlund

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

PR: https://git.openjdk.java.net/loom/pull/113


More information about the loom-dev mailing list