f10435a1ef
There is no synchronize with relationship between the monitor micro- lock and the onDeck microlock, so it is possible for an onDeck.load to move above a contendersList.store, or a contendersList.load to move above an ondeck.store. To fix this issue a full memory fence (mm_mfence on x86) is needed after the last store in the contendersList and onDeck critical regions. Change-Id: I5beb7dfe0d21010c5bf00cd65d59b9c7af58e919