[jdk17u-dev] RFR: 8343205: CompileBroker::possibly_add_compiler_threads excessively polls available memory
Martin Doerr
mdoerr at openjdk.org
Tue Dec 17 09:55:47 UTC 2024
On Wed, 11 Dec 2024 11:39:50 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Backport of [JDK-8343205](https://bugs.openjdk.org/browse/JDK-8343205) from jdk21u-dev.
All platforms are affected, but it is only problematic in environments in which `os::free_memory()` is slow. That was reported for some kind of container environment on linux x64. I think we should have this fix in 17u because JDK 17u is probably used in such environments, too. I think the risk is low, but we could also ship it one release later.
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/3106#issuecomment-2547987474
More information about the jdk-updates-dev
mailing list