summaryrefslogtreecommitdiff
path: root/test/616-cha-interface-default/src-multidex/Base.java
AgeCommit message (Collapse)Author
2017-03-27"Revert^6 "CHA for interface method."""Nicolas Geoffray
Update test expectations for CHA tests flaking on no-dex2oat. bug:36344221 This reverts commit 27ef25f084017421ca05508208f436b5fc11df73. Change-Id: Ie92adc7a2ec3b3081a1c57d71f8c89247e58cd46
2017-03-24Revert "Revert^4 "CHA for interface method.""Nicolas Geoffray
Still failing on the bots. This reverts commit fb185130f35bbfe2ba1875974ed39ef0b3c7a77f. Change-Id: I1629e237dd41ce4784ccadbfc346352dfcbdb137
2017-03-22Revert^4 "CHA for interface method."Mingyao Yang
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
2017-03-15Revert "Revert "Revert "CHA for interface method."""Nicolas Geoffray
Breaks libcore tests. This reverts commit 8f301e26943c53485abc2da5ff1907f7c2e0ff0c. Change-Id: Iea46176118be9e05aceb06f2d290961bb1f38265
2017-03-07Revert "Revert "CHA for interface method.""Mingyao Yang
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