Integrated: 8277985: G1: Compare max_parallel_refinement_threads to UINT_MAX

Leo Korinth lkorinth at openjdk.java.net
Thu Dec 2 16:04:34 UTC 2021


On Tue, 30 Nov 2021 14:56:02 GMT, Leo Korinth <lkorinth at openjdk.org> wrote:

> The max_parallel_refinement_threads comparison will never be larger than UINTPTR_MAX / divisor on platforms where pointers are larger than unsigned,   Use the intended UINT_MAX instead.

This pull request has now been integrated.

Changeset: 7c4ef3ab
Author:    Leo Korinth <lkorinth at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/7c4ef3abaff55b29dddc50f2aea8a04a3214f9fb
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8277985: G1: Compare max_parallel_refinement_threads to UINT_MAX

Reviewed-by: kbarrett, tschatzl

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

PR: https://git.openjdk.java.net/jdk/pull/6617



More information about the hotspot-gc-dev mailing list