RFR: 8263709: Cleanup THREAD/TRAPS/CHECK usage in JRT_ENTRY routines [v2]

David Holmes dholmes at openjdk.java.net
Thu Apr 8 13:16:25 UTC 2021


On Thu, 8 Apr 2021 13:00:03 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

>> David Holmes has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fixed CHECK on return statement.
>
> I think substituting "JavaThread* thread" for "JavaThread* current" is a good change and convention that makes the code more clear, so worth the dull code review and diffs.

Looks like I missed some definitions that aren't included in our test builds but have been found via GHA builds. I will rectify those and update.

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

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


More information about the hotspot-runtime-dev mailing list