summaryrefslogtreecommitdiff
path: root/test/616-cha-interface-default/src/Main.java
Commit message (Collapse)AuthorAgeFilesLines
* More inclusive language fixesOrion Hodson2020-07-261-4/+4
| | | | | | | | Bug: 161896447 Bug: 161850439 Bug: 161336379 Test: art/test.py --host Change-Id: I1519e22d40cb28f243dd75b12d455cfa844726fc
* "Revert^6 "CHA for interface method."""Nicolas Geoffray2017-03-271-0/+176
| | | | | | | | | | Update test expectations for CHA tests flaking on no-dex2oat. bug:36344221 This reverts commit 27ef25f084017421ca05508208f436b5fc11df73. Change-Id: Ie92adc7a2ec3b3081a1c57d71f8c89247e58cd46
* Revert "Revert^4 "CHA for interface method.""Nicolas Geoffray2017-03-241-176/+0
| | | | | | | | Still failing on the bots. This reverts commit fb185130f35bbfe2ba1875974ed39ef0b3c7a77f. Change-Id: I1629e237dd41ce4784ccadbfc346352dfcbdb137
* Revert^4 "CHA for interface method."Mingyao Yang2017-03-221-0/+176
| | | | | | | | | | | | This reverts commit 43e99be9db10111a2d6e094882cd06c248c69e11. Also fix the issue that tries to change invoke-interface to an invoke-virtual of a cross-dexfile proxy method. Added a testcase. Test: run-libcore-tests.sh --mode=host --variant=X64 --debug Test: ART_TEST_JIT=true m -j20 test-art-host-run-test Change-Id: Iacdf9d7ad93590e8163ed59d5838d70700a69018
* Revert "Revert "Revert "CHA for interface method."""Nicolas Geoffray2017-03-151-176/+0
| | | | | | | | Breaks libcore tests. This reverts commit 8f301e26943c53485abc2da5ff1907f7c2e0ff0c. Change-Id: Iea46176118be9e05aceb06f2d290961bb1f38265
* Revert "Revert "CHA for interface method.""Mingyao Yang2017-03-071-0/+176
| | | | | | | | | | | | This reverts commit 85a1ec1347c8117365632dcaaa648ebb0a8691f5. It also fixed the issue that's caused by changing an invokeinterface to an invokevirtual, when the method is the original default interface method. Since the default interface method is not in any vtable, unless it's copied and becomes a virtual method. Test: ART_TEST_JIT=true m -j20 test-art-host-run-test Change-Id: I627616978690485c66cfca47c234f1504066ea1d
* Revert "CHA for interface method."Mingyao Yang2017-02-271-176/+0
| | | | | | | This reverts commit 7130fc769896a96573f55496444d87161e4b41e8. There might be some race condition going on. 960-default-smali fails sometimes.
* CHA for interface method.Mingyao Yang2017-02-221-0/+176
Test: m test-art-host, boot device. Change-Id: Ia2da74c2af1974fe344f215ae667eaf03c59a26e