summaryrefslogtreecommitdiff
path: root/test/521-regression-integer-field-set/src/Main.java
AgeCommit message (Collapse)Author
2022-10-05Remove obsolete `doThrow` statements from some tests. Vladimir Marko
Test: testrunner.py --host --optimizing Change-Id: Icf8819a482f7020de65e34090fd495e62ae87c88
2015-07-01Fix a MOV instruction in Optimizing's x86-64 code generator. Roland Levillain
Use `movl' instead of `movw' to store a 32-bit immediate (integer or reference) into a field. Also fix art::Location::RegisterOrInt32LongConstant to properly handle non-long constants. Change-Id: I34c6ec8eaa1632822a31969f87c9c2d6c5b96326