RFR: 8283689: Update the foreign linker VM implementation [v10]
Nick Gasson
ngasson at openjdk.java.net
Thu May 12 08:27:00 UTC 2022
On Thu, 12 May 2022 03:34:19 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Jorn Vernee has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 26 commits:
>>
>> - Block async exceptions during upcalls
>> - Merge branch 'foreign-preview-m' into JEP-19-VM-IMPL2
>> - Fix use of rt_call
>> - Migrate to GrowableArray
>> - Address some review comments
>> - Merge branch 'foreign-preview-m' into JEP-19-VM-IMPL2
>> - Remove unneeded ComputeMoveOrder
>> - Remove comment about native calls in lcm.cpp
>> - 8284072: foreign/StdLibTest.java randomly crashes on MacOS/AArch64
>>
>> Reviewed-by: jvernee, mcimadamore
>> - Update riscv and arm stubs
>> - ... and 16 more: https://git.openjdk.java.net/jdk/compare/cdd006e7...b29ad8f4
>
> src/hotspot/cpu/aarch64/foreign_globals_aarch64.cpp line 3:
>
>> 1: /*
>> 2: * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
>> 3: * Copyright (c) 2019, 2021, Arm Limited. All rights reserved.
>
> Only update third-party copyrights under direction from that copyright holder. This may not be the correct format for example.
> Also it is 2022. :)
I think the Arm Ltd one was probably changed by me in one of the PRs in the Panama repo.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7959
More information about the hotspot-compiler-dev
mailing list