History log of /art/test/122-npe/src/Main.java
Revision Date Author Comments
e7227c628e6f22a823945cc76e554eb2a8b0d925 13-Jan-2015 Vladimir Marko <vmarko@google.com> Fix wide volatile IGET/IPUT on ARM without atomic ldrd/strd.

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

(cherry picked from commit ee5e273e4d0dd91b480c8d5dbcccad15c1b7353c)

Change-Id: I4e9270b994f413c1a047c1c4bb9cce5f29e42cb4
ce0724c051969041dbbec182b011a60116193aaf 11-Sep-2014 Nicolas Geoffray <ngeoffray@google.com> Add a test for our NPE checks.

(cherry picked from commit 5f16c8838c8e4524101f5897dac70035c5cc271f)

Change-Id: I0b216fb868ed56d30103fe7843a7eb0169b0b28b