src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.hpp
changeset 57728 f3630a2d3d5c
parent 55692 64330bbb9be5
child 58219 bc0648405d67
equal deleted inserted replaced
57725:ffc34eaf7b49 57728:f3630a2d3d5c
   229     Control,
   229     Control,
   230     ValueIn
   230     ValueIn
   231   };
   231   };
   232 
   232 
   233   enum Strength {
   233   enum Strength {
   234     NONE, WEAK, STRONG, NA
   234     NONE, STRONG
   235   };
   235   };
   236 
   236 
   237 private:
   237 private:
   238   bool _native;
   238   bool _native;
   239 
   239