Integrated: 8343984: Fix Unsafe address overflow

Shaojin Wen swen at openjdk.org
Wed Nov 13 23:21:51 UTC 2024


On Tue, 12 Nov 2024 07:30:41 GMT, Shaojin Wen <swen at openjdk.org> wrote:

> In the JDK code, there are some places that may cause Unsafe offset overflow. The probability of occurrence is low, but if it occurs, it will cause JVM crash.

This pull request has now been integrated.

Changeset: 0dab920b
Author:    Shaojin Wen <swen at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0dab920b70560a5aea8b068080655a292908b646
Stats:     34 lines in 11 files changed: 0 ins; 0 del; 34 mod

8343984: Fix Unsafe address overflow

Reviewed-by: pminborg, alanb

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

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


More information about the core-libs-dev mailing list