diff src/share/vm/c1/c1_InstructionPrinter.hpp @ 4966:701a83c86f28

7120481: storeStore barrier in constructor with final field Summary: Issue storestore barrier before constructor return if the constructor write final field. Reviewed-by: dholmes, jrose, roland, coleenp Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
author jiangli
date Tue, 21 Feb 2012 13:14:55 -0500
parents 403dc4c1d7f5
children 1d7922586cf6
line wrap: on
line diff
--- a/src/share/vm/c1/c1_InstructionPrinter.hpp	Wed Feb 22 14:00:34 2012 -0500
+++ b/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