commit | 3149252c4b2a27b137b40a0d379e09ada9bb2d05 | [log] [tgz] |
---|---|---|
author | Orion Hodson <oth@google.com> | Tue Jun 18 12:13:49 2019 +0100 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Tue Jun 18 14:46:29 2019 +0000 |
tree | dacf56c50d32ed913b0c2014a84dacfccff3bbcd | |
parent | 9c54e1802855e70b109adff47d5b0dd616806525 [diff] |
Fix memory leak in JIT cache When adding code to the JIT cache it is possible for CHA assumptions to be invalidated and for the generated code to be invalid. The path for handling this should release the JIT cache memory holding the code. Test: for i in {1..100} ; do art/test.py --host --jit -r -t 044 ; done Change-Id: Ia6213647064a3db0c4d11bf1181c325375282528