summaryrefslogtreecommitdiff
path: root/test/575-checker-string-init-alias/src/Main.java
AgeCommit message (Collapse)Author
2020-01-15Fix String.init tests with baseline JIT.Nicolas Geoffray
Baseline JIT doesn't do deoptimizations, but the test assumes compiled code will. Adjust the test to call ensureJitCompiled to force non-baseline compilation. Test: testrunner.py --host --64 --jit -t 563 -t 575 Bug: 147209001 Change-Id: I062650e07616610b01415e3add193687fcc35e30
2016-02-18Remove string init map.Nicolas Geoffray
Partial revert of the String init change. - Make Quick bailout in the presence of String allocation. - Rely on the compiler for knowing when dex registers alias. bug:27173201 Change-Id: I0bf58ba3825c71cef110b53f3a0a6f567cb2ef9a