RFR: 8131136: java/awt/font/JNICheck/JNICheck.sh issue warning on core-libs code [v2]
Daniel Jeliński
djelinski at openjdk.org
Mon Jun 23 08:32:52 UTC 2025
On Thu, 19 Jun 2025 19:32:12 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> just so we don't forget to add it when we modify the enclosing function. The call to `CallStaticBooleanMethod` is located pretty far from the end of the function, and can be easy to miss.
>
>> it wasn't always the case
>
> Does it mean that there was another up-call into Java before this method returns?
yes, at least on Solaris we used to call other JNI methods after this one, see `parseExclusiveBindProperty` before 071bd521bca2485c6df95c45e4310d39b05bd046
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25754#discussion_r2161025223
More information about the net-dev
mailing list