-
Bug
-
Resolution: Fixed
-
P4
-
port-stage-ppc-aix
-
None
-
master
-
ppc
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8033046 | 9 | Goetz Lindenmaier | P4 | Closed | Fixed | b04 |
JDK-8045350 | 8u25 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8038548 | 8u20 | Goetz Lindenmaier | P4 | Closed | Fixed | b08 |
JDK-8053458 | emb-8u26 | Goetz Lindenmaier | P4 | Resolved | Fixed | b17 |
JDK-8168587 | openjdk7u | Goetz Lindenmaier | P4 | Resolved | Fixed | master |
Fix memory ordering issues in C++ Interpreter as required for ppc.
Issue StoreStore barriers after object initialization so that no partially initialized objects are visible.
Also issue a StoreStore barrier after (constructor) calls so that final field initializations are visible.
---------------------------------
This is preparation for PPC64 integration: http://openjdk.java.net/jeps/175
This and following ppc64 changes will go into staging repository first and tested there: http://hg.openjdk.java.net/ppc-aix-port/stage/
http://hg.openjdk.java.net/ppc-aix-port/jdk8/hotspot/file/9d7249b40370/ppc_patches/0213_C_interpreter-memory_ordering.patch
Issue StoreStore barriers after object initialization so that no partially initialized objects are visible.
Also issue a StoreStore barrier after (constructor) calls so that final field initializations are visible.
---------------------------------
This is preparation for PPC64 integration: http://openjdk.java.net/jeps/175
This and following ppc64 changes will go into staging repository first and tested there: http://hg.openjdk.java.net/ppc-aix-port/stage/
http://hg.openjdk.java.net/ppc-aix-port/jdk8/hotspot/file/9d7249b40370/ppc_patches/0213_C_interpreter-memory_ordering.patch
- backported by
-
JDK-8045350 PPC64 (part 213): cppInterpreter: memory ordering for object initialization
-
- Resolved
-
-
JDK-8053458 PPC64 (part 213): cppInterpreter: memory ordering for object initialization
-
- Resolved
-
-
JDK-8168587 PPC64 (part 213): cppInterpreter: memory ordering for object initialization
-
- Resolved
-
-
JDK-8033046 PPC64 (part 213): cppInterpreter: memory ordering for object initialization
-
- Closed
-
-
JDK-8038548 PPC64 (part 213): cppInterpreter: memory ordering for object initialization
-
- Closed
-