comparison src/share/vm/c1/c1_ValueMap.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 425688247f3d
children 4d8787136e08
comparison
equal deleted inserted replaced
4965:d79f8393df2b 4966:701a83c86f28
198 void do_UnsafePrefetchRead (UnsafePrefetchRead* x) { /* nothing to do */ } 198 void do_UnsafePrefetchRead (UnsafePrefetchRead* x) { /* nothing to do */ }
199 void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) { /* nothing to do */ } 199 void do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) { /* nothing to do */ }
200 void do_ProfileCall (ProfileCall* x) { /* nothing to do */ } 200 void do_ProfileCall (ProfileCall* x) { /* nothing to do */ }
201 void do_ProfileInvoke (ProfileInvoke* x) { /* nothing to do */ }; 201 void do_ProfileInvoke (ProfileInvoke* x) { /* nothing to do */ };
202 void do_RuntimeCall (RuntimeCall* x) { /* nothing to do */ }; 202 void do_RuntimeCall (RuntimeCall* x) { /* nothing to do */ };
203 void do_MemBar (MemBar* x) { /* nothing to do */ };
203 }; 204 };
204 205
205 206
206 class ValueNumberingEffects: public ValueNumberingVisitor { 207 class ValueNumberingEffects: public ValueNumberingVisitor {
207 private: 208 private: