src/hotspot/share/gc/shared/c2/barrierSetC2.hpp
changeset 52471 04d7e790aa2e
parent 52441 6082c529aed8
child 52568 40474b7105f4
equal deleted inserted replaced
52470:656d2f222b42 52471:04d7e790aa2e
   286 
   286 
   287   virtual bool flatten_gc_alias_type(const TypePtr*& adr_type) const { return false; }
   287   virtual bool flatten_gc_alias_type(const TypePtr*& adr_type) const { return false; }
   288 #ifdef ASSERT
   288 #ifdef ASSERT
   289   virtual bool verify_gc_alias_type(const TypePtr* adr_type, int offset) const { return false; }
   289   virtual bool verify_gc_alias_type(const TypePtr* adr_type, int offset) const { return false; }
   290 #endif
   290 #endif
       
   291 
       
   292   virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const { return false; }
       
   293 
   291 };
   294 };
   292 
   295 
   293 #endif // SHARE_GC_SHARED_C2_BARRIERSETC2_HPP
   296 #endif // SHARE_GC_SHARED_C2_BARRIERSETC2_HPP