summaryrefslogtreecommitdiff
path: root/compiler/optimizing/codegen_test.cc
diff options
context:
space:
mode:
authorAlex Light <allight@google.com>2019-11-19 01:12:25 +0000
committerTreehugger Robot <treehugger-gerrit@google.com>2019-11-19 17:15:48 +0000
commit986914bfd60c1cace9726e9029598d72cbf279e1 (patch)
tree556e5549254e4d5b280a63451fa8673ab36fba7b /compiler/optimizing/codegen_test.cc
parent5697faba0e910374da285f5f848d2aaf7ee6ffec (diff)
Revert^4 "Initial support for adding virtuals with structural redefinition"
This reverts commit 2f8c1ac61b0c611d67badea70261c851ed19b82a. If there were pending tasks to jit compile a method which is made obsolete the JIT would CHECK fail, since the newly obsolete method is marked DontCompile. This didn't happen with non-structural redefinition since in that case the 'valid' ArtMethod always remains the same. To fix this we just have the JitTask check if the method it's compiling is compilable and fail if it's not. Reason for revert: Fixed JIT check failure. Test: ./test.py --host Bug: 134162467 Bug: 144168550 Bug: 144729319 Change-Id: Ib867b2de13bb4c2978b4538a5851c647caf0e1cc
Diffstat (limited to 'compiler/optimizing/codegen_test.cc')
0 files changed, 0 insertions, 0 deletions