RFR: 8343205: CompileBroker::possibly_add_compiler_threads excessively polls available memory [v2]
Tobias Hartmann
thartmann at openjdk.org
Fri Nov 1 06:58:29 UTC 2024
On Fri, 1 Nov 2024 00:22:42 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.
>
> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
>
> Minor improvements (review feedback).
That looks reasonable to me.
-------------
Marked as reviewed by thartmann (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/21812#pullrequestreview-2409562451
More information about the hotspot-compiler-dev
mailing list