RFR: 8262426: Change TRAPS to Thread* for find_constrained_instance_or_array_klass()
Harold Seigel
harold.seigel at oracle.com
Mon Mar 1 14:00:55 UTC 2021
Hi David,
There are multiple places with "Thead* THREAD" parameters. Thanks for
cleaning them up.
Harold
On 2/28/2021 5:40 PM, David Holmes wrote:
> 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