On Thu, 19 Jun 2025 19:32:12 GMT, Alexey Ivanov <aiva...@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

Reply via email to