RFR: 8338447: Remove InstanceKlass::_is_marked_dependent
    Coleen Phillimore 
    coleenp at openjdk.org
       
    Thu Aug 15 13:27:48 UTC 2024
    
    
  
On Thu, 15 Aug 2024 13:04:03 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> Please review this trivial change.  I ran the SA tests to make sure the is_marked_dependent flag in vmStructs wasn't used there.
It was moved into InstanceKlassFlags::_status field which has atomic setters and getters.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20595#issuecomment-2291265502
    
    
More information about the hotspot-dev
mailing list