RFR: 8283044: Use asynchronous handshakes to deliver asynchronous exceptions [v3]
David Holmes
dholmes at openjdk.java.net
Mon Mar 28 04:41:41 UTC 2022
On Thu, 24 Mar 2022 21:42:08 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> Nice table! Yes, that's all correct.
>
> Thanks for confirming.
Aside: as the handshake filtering mechanism is growing this doesn't look like a scalable approach to dealing with filters - we can't keep adding hardwired filter functions and new parameters to get_op_for_self and its callers. get_op_for_self should be taking a filtering object which in turn is used by queue.peek() to determine what can be returned. Perhaps a use for C++ lambdas?
-------------
PR: https://git.openjdk.java.net/jdk/pull/7930
More information about the hotspot-runtime-dev
mailing list