Integrated: Remove log message that could access an out of bounds region

William Kemper wkemper at openjdk.java.net
Fri Sep 10 18:32:16 UTC 2021


On Fri, 10 Sep 2021 16:19:56 GMT, William Kemper <wkemper at openjdk.org> wrote:

> The message attempts to reference the region containing the top of the plab. When the plab is full and is at the end of the last region in the heap, there will be no containing region. Doesn't seem worth the trouble to special case for a debug message.

This pull request has now been integrated.

Changeset: 40174b8f
Author:    William Kemper <wkemper at openjdk.org>
URL:       https://git.openjdk.java.net/shenandoah/commit/40174b8f5be10d991c8e322b2ad38b954f769779
Stats:     6 lines in 1 file changed: 0 ins; 6 del; 0 mod

Remove log message that could access an out of bounds region

Reviewed-by: kdnilsen

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

PR: https://git.openjdk.java.net/shenandoah/pull/66


More information about the shenandoah-dev mailing list