summaryrefslogtreecommitdiffstats
path: root/test/122-npe
Commit message (Collapse)AuthorAgeFilesLines
* Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd.Vladimir Marko2015-01-141-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 Geoffray2014-09-123-0/+488
Change-Id: Ic83af6c582cd955168d01db7bdbdf27aebff64ab