RFR: 8264004: Don't use TRAPS if no exceptions are thrown [v3]

Coleen Phillimore coleenp at openjdk.java.net
Tue Mar 23 15:48:43 UTC 2021


On Tue, 23 Mar 2021 15:36:02 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix some obvious single use variables.
>
> Latest changes look good.
> Thanks, Harold

In your comments above, this makes sense to me:
Thread* THREAD = current; // For exception processing
This way we can keep the existing macros HAS_PENDING_EXCEPTION, etc.
I'll make this change here.

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

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


More information about the hotspot-dev mailing list