Integrated: 8343205: CompileBroker::possibly_add_compiler_threads excessively polls available memory

Martin Doerr mdoerr at openjdk.org
Mon Nov 4 10:01:38 UTC 2024


On Thu, 31 Oct 2024 17:03:33 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> This PR adds a quick check + bail out in order to avoid excessive usage of slow checks. Especially, it avoids querying the available memory so often.

This pull request has now been integrated.

Changeset: 75801992
Author:    Martin Doerr <mdoerr at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/75801992a7c626d409f66e2491082dba84c6fe45
Stats:     27 lines in 2 files changed: 16 ins; 0 del; 11 mod

8343205: CompileBroker::possibly_add_compiler_threads excessively polls available memory

Reviewed-by: thartmann, kvn

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

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


More information about the hotspot-compiler-dev mailing list