On Tue, 23 Mar 2021 15:36:02 GMT, Harold Seigel <[email protected]> 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
