comparison src/share/vm/c1/c1_Canonicalizer.cpp @ 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 80107dc493db
children c8289830e172
comparison
equal deleted inserted replaced
4965:d79f8393df2b 4966:701a83c86f28
906 void Canonicalizer::do_UnsafePrefetchRead (UnsafePrefetchRead* x) {} 906 void Canonicalizer::do_UnsafePrefetchRead (UnsafePrefetchRead* x) {}
907 void Canonicalizer::do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) {} 907 void Canonicalizer::do_UnsafePrefetchWrite(UnsafePrefetchWrite* x) {}
908 void Canonicalizer::do_ProfileCall(ProfileCall* x) {} 908 void Canonicalizer::do_ProfileCall(ProfileCall* x) {}
909 void Canonicalizer::do_ProfileInvoke(ProfileInvoke* x) {} 909 void Canonicalizer::do_ProfileInvoke(ProfileInvoke* x) {}
910 void Canonicalizer::do_RuntimeCall(RuntimeCall* x) {} 910 void Canonicalizer::do_RuntimeCall(RuntimeCall* x) {}
911 void Canonicalizer::do_MemBar(MemBar* x) {}