RFR: 8320886: Unsafe_SetMemory0 is not guarded [v3]
Frederic Parain
fparain at openjdk.org
Mon Dec 11 18:52:36 UTC 2023
On Fri, 8 Dec 2023 19:43:28 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
>> See JBS issue.
>>
>> Guard the memory access done in Unsafe_SetMemory0 to prevent a SIGBUS error from crashing the VM when a truncated memory mapped file is accessed.
>>
>> Testing: local `InternalErrorTest`, Tier 1-5
>
> Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
>
> adjust whitespace
Marked as reviewed by fparain (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/16848#pullrequestreview-1775948001
More information about the hotspot-runtime-dev
mailing list