src/hotspot/share/gc/shared/c2/barrierSetC2.hpp
changeset 52471 04d7e790aa2e
parent 52441 6082c529aed8
child 52568 40474b7105f4
--- a/src/hotspot/share/gc/shared/c2/barrierSetC2.hpp	Fri Nov 09 10:38:07 2018 +0100
+++ b/src/hotspot/share/gc/shared/c2/barrierSetC2.hpp	Fri Nov 09 10:38:07 2018 +0100
@@ -288,6 +288,9 @@
 #ifdef ASSERT
   virtual bool verify_gc_alias_type(const TypePtr* adr_type, int offset) const { return false; }
 #endif
+
+  virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const { return false; }
+
 };
 
 #endif // SHARE_GC_SHARED_C2_BARRIERSETC2_HPP