[jdk11u-dev] Integrated: 8289477: Memory corruption with CPU_ALLOC, CPU_FREE on muslc

Thomas Stuefe stuefe at openjdk.org
Thu Jul 7 12:54:04 UTC 2022


On Wed, 6 Jul 2022 06:37:05 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> Fixes a potential memory corruption (in 11 and 17, in 18 ++ it would "just" be an assert) if we run with more than 1024 CPUs on Alpine.
> 
> Fix is minimal and very safe.
> 
> This pull request contains a backport of commit [da6d1fc0](https://github.com/openjdk/jdk/commit/da6d1fc0e0aeb1fdb504aced4b0dba0290ec240f) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
> 
> The commit being backported was authored by Thomas Stuefe on 30 Jun 2022 and was reviewed by David Holmes and Christoph Langer.
> 
> Thanks!

This pull request has now been integrated.

Changeset: 1e7ff481
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/1e7ff4812c382df4299fd832a3b63f4f72a2edde
Stats:     6 lines in 1 file changed: 5 ins; 0 del; 1 mod

8289477: Memory corruption with CPU_ALLOC, CPU_FREE on muslc

Backport-of: da6d1fc0e0aeb1fdb504aced4b0dba0290ec240f

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

PR: https://git.openjdk.org/jdk11u-dev/pull/1201


More information about the jdk-updates-dev mailing list