src/hotspot/share/gc/shared/c2/barrierSetC2.hpp
changeset 52441 6082c529aed8
parent 52429 b64514ff68fd
child 52471 04d7e790aa2e
equal deleted inserted replaced
52440:f6583d7cff56 52441:6082c529aed8
   281     BeforeOptimize, /* post_parse = true */
   281     BeforeOptimize, /* post_parse = true */
   282     BeforeExpand, /* post_parse = false */
   282     BeforeExpand, /* post_parse = false */
   283     BeforeCodeGen
   283     BeforeCodeGen
   284   };
   284   };
   285   virtual void verify_gc_barriers(Compile* compile, CompilePhase phase) const {}
   285   virtual void verify_gc_barriers(Compile* compile, CompilePhase phase) const {}
       
   286 
       
   287   virtual bool flatten_gc_alias_type(const TypePtr*& adr_type) const { return false; }
       
   288 #ifdef ASSERT
       
   289   virtual bool verify_gc_alias_type(const TypePtr* adr_type, int offset) const { return false; }
       
   290 #endif
   286 };
   291 };
   287 
   292 
   288 #endif // SHARE_GC_SHARED_C2_BARRIERSETC2_HPP
   293 #endif // SHARE_GC_SHARED_C2_BARRIERSETC2_HPP