RFR: 8343984: Fix Unsafe address overflow [v5]

Per Minborg pminborg at openjdk.org
Tue Nov 12 11:37:17 UTC 2024


On Tue, 12 Nov 2024 11:24:24 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.
>
> Shaojin Wen has updated the pull request incrementally with one additional commit since the last revision:
> 
>   rename address to offset, from @AlanBateman

LGTM. If there are no additional tests, please label the JBS issue appropriately (i.e `noreg-*`)

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

Marked as reviewed by pminborg (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22027#pullrequestreview-2429343536


More information about the core-libs-dev mailing list