mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
7120481: storeStore barrier in constructor with final field
Issue storestore barrier before constructor return if the constructor write final field. Reviewed-by: dholmes, jrose, roland, coleenp
This commit is contained in:
parent
a94cb97f4a
commit
3e904497b1
18 changed files with 155 additions and 1 deletions
|
@ -241,6 +241,10 @@ class LIR_Assembler: public CompilationResourceObj {
|
|||
void membar();
|
||||
void membar_acquire();
|
||||
void membar_release();
|
||||
void membar_loadload();
|
||||
void membar_storestore();
|
||||
void membar_loadstore();
|
||||
void membar_storeload();
|
||||
void get_thread(LIR_Opr result);
|
||||
|
||||
void verify_oop_map(CodeEmitInfo* info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue