Commit 9992bc2
committed
Fix release semantics in jvm_objectmonitor
The existing release_store_thread does not provide release semantics.
Replace the implemtation with a store that does provide release
semantics and which allows better optimization on architectures with
dedicated store-with-release-semantics instructions.
Fixes #58
Change-Id: I3fd68689a79565b50c122ea3b964127e40c00b60
Signed-Off-By: Chase Conklin <chase.conklin@arm.com>1 parent 3d95040 commit 9992bc2
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
123 | | - | |
124 | | - | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments