RFR: 8262426: Change TRAPS to Thread* for find_constrained_instance_or_array_klass()

David Holmes david.holmes at oracle.com
Sun Feb 28 22:40:29 UTC 2021


On 1/03/2021 8:36 am, David Holmes wrote:
> On Fri, 26 Feb 2021 15:55:28 GMT, Harold Seigel <hseigel at openjdk.org> wrote:
> 
>>> This looks good and trivial.
>>
>> Thanks Coleen for reviewing this!
> 
> Hi Harold,
> 
> When we remove TRAPS we should replace with "Thread* thread", not "Thread* THREAD". The THREAD variable is only used for traps-related exception processing. (I'll be cleaning these up as part of my TRAPS/JavaThread work anyway).

I messed that in 8261127 as well.

David

> Cheers,
> David
> 
> -------------
> 
> PR: https://git.openjdk.java.net/jdk/pull/2746
> 


More information about the hotspot-dev mailing list