RFR: 8283044: Use asynchronous handshakes to deliver asynchronous exceptions [v3]

Patricio Chilano Mateo pchilanomate at openjdk.java.net
Tue Mar 29 19:20:57 UTC 2022


On Tue, 29 Mar 2022 08:36:25 GMT, Robbin Ehn <rehn at openjdk.org> wrote:

>> Hmmm ... I'm having trouble following the control flow here so will re-examine.
>> 
>> The naming issue is a concern ... perhaps @robehn can comment?
>
> The name comes from that it extends ThreadClosure.
> The reason for that is that GC have thread closures to be executed as handshakes or for each thread in a safepoint.
> 
> Whatever the name is good or bad I have no opinion.

Ok, as Dan pointed out we can normalize all the names in a later bug. If we already decided on what should be the name I can change these two now.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7930


More information about the hotspot-runtime-dev mailing list