Integrated: 8309627: Incorrect sorting of DirtyCardQueue buffers

Kim Barrett kbarrett at openjdk.org
Sat Jun 10 17:14:31 UTC 2023


On Wed, 7 Jun 2023 18:02:37 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

> Please review this simple fix to the sorting of dirty card buffers.  The
> comparison function is using the difference between the card pointer to
> compute the order, but is discarding all but the low 32 bits.
> 
> While I was at it, adjusted the name of the sort function.
> 
> Testing:
> mach5 tier1

This pull request has now been integrated.

Changeset: b94b679e
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b94b679e9a82ff2ee6daee9631ce707e9b9eaf6b
Stats:     3 lines in 1 file changed: 0 ins; 0 del; 3 mod

8309627: Incorrect sorting of DirtyCardQueue buffers

Reviewed-by: ayang, shade

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

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


More information about the hotspot-gc-dev mailing list