RFR (S): 8029957: PPC64 (part 213): cppInterpreter: memory ordering for object initialization
Lindenmaier, Goetz
goetz.lindenmaier at sap.com
Wed Dec 11 03:46:19 PST 2013
Hi,
this change adds StoreStore barriers after object initialization and
after constructor calls in the C++ interpreter. This assures no uninitialized
objects or final fields are visible.
http://cr.openjdk.java.net/~goetz/webrevs/8029957-0-moci/
Please review and test this change.
Best regards,
Goetz.
More information about the hotspot-dev
mailing list