diff src/share/vm/c1/c1_InstructionPrinter.hpp @ 4970:33df1aeaebbf

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 27 Feb 2012 13:10:13 +0100
parents 701a83c86f28
children 1d7922586cf6
line wrap: on
line diff
--- a/src/share/vm/c1/c1_InstructionPrinter.hpp	Fri Feb 24 18:30:42 2012 -0800
+++ b/src/share/vm/c1/c1_InstructionPrinter.hpp	Mon Feb 27 13:10:13 2012 +0100
@@ -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