RFR: 8343984: Fix Unsafe address overflow

Shaojin Wen swen at openjdk.org
Tue Nov 12 07:53:44 UTC 2024


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.

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

Commit messages:
 - fix unsafe address overflow

Changes: https://git.openjdk.org/jdk/pull/22027/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22027&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8343984
  Stats: 17 lines in 9 files changed: 0 ins; 0 del; 17 mod
  Patch: https://git.openjdk.org/jdk/pull/22027.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22027/head:pull/22027

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


More information about the core-libs-dev mailing list