RFR: 8262426: Change TRAPS to Thread* for find_constrained_instance_or_array_klass()
    David Holmes 
    dholmes at openjdk.java.net
       
    Sun Feb 28 22:36:38 UTC 2021
    
    
  
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).
Cheers,
David
-------------
PR: https://git.openjdk.java.net/jdk/pull/2746
    
    
More information about the hotspot-dev
mailing list