Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd. | Vladimir Marko | 2015-01-14 | 1 | -1/+138 |
| | | | | | | | | | If ldrd/strd isn't atomic, IPUT_WIDE uses ldrexd+strexd and we need to record the safepoint for the ldrexd rather than strexd. IGET_WIDE was simply missing the memory barrier. Bug: 18993519 Change-Id: I4e9270b994f413c1a047c1c4bb9cce5f29e42cb4 | ||||
* | Add a test for our NPE checks. | Nicolas Geoffray | 2014-09-12 | 3 | -0/+488 |
Change-Id: Ic83af6c582cd955168d01db7bdbdf27aebff64ab |