RFR: 8351500: Random JVM crashes after task being moved to different NUMA node
Thomas Stuefe
stuefe at openjdk.org
Tue Mar 11 18:21:57 UTC 2025
On Tue, 11 Mar 2025 15:38:22 GMT, Joel Sikström <jsikstro at openjdk.org> wrote:
> Just a comment: In the memory allocation layer "rewrite" in ZGC that we're working on (the [Mapped Cache](https://bugs.openjdk.org/browse/JDK-8350441)), we have the same policy that is proposed in this PR. We read the thread's affinity once and use a stored result for the remainder of the allocation work.
Thank you @jsikstro . I wondered what ZGC did about this.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23984#issuecomment-2715303882
More information about the hotspot-gc-dev
mailing list