RFR: 8330185: Potential uncaught unsafe memory copy exception
Scott Gibbons
sgibbons at openjdk.org
Fri Apr 12 22:15:46 UTC 2024
On Fri, 12 Apr 2024 22:03:32 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> What about `generate_conjoint_copy_avx3_masked`?
There is protection within that procedure. See line 861. Although `ucme_exit_pc` is set and not used, there is no special case as in `generate_disjoint_copy_avx3_masked()`. All of the subordinate procedures within `generate_conjoint_copy_avx3_masked` are protected with a mark.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18766#issuecomment-2052626778
More information about the hotspot-compiler-dev
mailing list