RFR: 8339112: Move JVM Klass flags out of AccessFlags [v2]
    Coleen Phillimore 
    coleenp at openjdk.org
       
    Thu Aug 29 18:50:42 UTC 2024
    
    
  
On Thu, 29 Aug 2024 16:39:51 GMT, John R Rose <jrose at openjdk.org> wrote:
>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Add in graal flags and a comment.
>
> src/hotspot/share/oops/klass.hpp line 198:
> 
>> 196: #endif
>> 197: 
>> 198:   KlassFlags  _misc_flags;
> 
> On the line above (167) where _access_flags is defined, maybe leave a forwarding comment, something like:
> 
> 
> // Some flags created by the JVM, not in the class file itself, are in _misc_flags below.
Added this comment.  Thanks.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20719#discussion_r1736923536
    
    
More information about the hotspot-dev
mailing list