RFR: 8283044: Use asynchronous handshakes to deliver asynchronous exceptions [v3]
Patricio Chilano Mateo
pchilanomate at openjdk.java.net
Fri Mar 25 14:19:57 UTC 2022
On Thu, 24 Mar 2022 21:40:01 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> Maybe non_self_executable_filter? Or non_handshakee_executable_filter?
>
> `non_self_executable_filter` sounds good to me.
>
> So does this filter mean: Return things that don't have to be executed by the handshakee.
Exactly. Changed name to non_self_executable_filter. I can also add "Return things that don't have to be executed by the handshakee." as a commentary if you want.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7930
More information about the hotspot-runtime-dev
mailing list