RFR: 8343984: Fix Unsafe address overflow [v8]
Shaojin Wen
swen at openjdk.org
Tue Nov 12 23:34:48 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.
Shaojin Wen has updated the pull request incrementally with one additional commit since the last revision:
Update src/java.base/share/classes/java/lang/StringLatin1.java
Co-authored-by: Andrey Turbanov <turbanoff at gmail.com>
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/22027/files
- new: https://git.openjdk.org/jdk/pull/22027/files/980cb229..e66578ca
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=22027&range=07
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=22027&range=06-07
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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