hotspot/src/share/vm/c1/c1_InstructionPrinter.hpp
changeset 11886 feebf5c9f40c
parent 8065 7ca689ce3d32
child 13391 30245956af37
--- a/hotspot/src/share/vm/c1/c1_InstructionPrinter.hpp	Wed Feb 22 14:00:34 2012 -0500
+++ b/hotspot/src/share/vm/c1/c1_InstructionPrinter.hpp	Tue Feb 21 13:14:55 2012 -0500
@@ -132,6 +132,7 @@
   virtual void do_ProfileCall    (ProfileCall*     x);
   virtual void do_ProfileInvoke  (ProfileInvoke*   x);
   virtual void do_RuntimeCall    (RuntimeCall*     x);
+  virtual void do_MemBar         (MemBar*          x);
 };
 #endif // PRODUCT