commit | 34c3ba93e74d14ab832297ff590cb76c3f0f519d | [log] [tgz] |
---|---|---|
author | Aart Bik <ajcbik@google.com> | Mon Jul 20 14:08:59 2015 -0700 |
committer | Aart Bik <ajcbik@google.com> | Mon Jul 20 17:09:24 2015 -0700 |
tree | c78f14c5971546b7f216b42b0d26f2a536867ddb | |
parent | e07300b712f44397ecbfed1ef7f880686e46274a [diff] |
Fix broken tests. Rationale: (1) volatile field write/read need to apply to all to comply with Java memory model (2) clinit only needs only the write (3) added conservative assumptions to memory barrier (nothing broke, but this seems better) Change-Id: I37787ec8f3f2c8d6166a94c57193fa4544ad3372