Integrated: 8326509: Clean up JNIEXPORT in Hotspot after JDK-8017234
Magnus Ihse Bursie
ihse at openjdk.org
Wed Feb 28 10:35:56 UTC 2024
On Thu, 22 Feb 2024 16:28:20 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> Once [JDK-8017234](https://bugs.openjdk.org/browse/JDK-8017234) has been integrated, it is possible to do some cleanup. The goal of [JDK-8017234](https://bugs.openjdk.org/browse/JDK-8017234) was to not change any behavior, even if that behavior seemed odd.
>
> Now let's try to fix that. We can:
>
> a) remove JNIEXPORT from c2v functions.
> b) make debug.cpp functions exported similarly on all platforms.
> c) remove JNIEXPORT from aarch64 asm debug function.
>
> Note that this PR is [dependent on](https://mail.openjdk.org/pipermail/jdk-dev/2021-March/005232.html) https://github.com/openjdk/jdk/pull/17955.
This pull request has now been integrated.
Changeset: e6b3bda2
Author: Magnus Ihse Bursie <ihse at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e6b3bda2c30ea7932a8a20027e1ef2e805610f14
Stats: 35 lines in 4 files changed: 0 ins; 32 del; 3 mod
8326509: Clean up JNIEXPORT in Hotspot after JDK-8017234
Reviewed-by: djelinski, jwaters, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/17967
More information about the build-dev
mailing list