diff options
author | Colin Cross <ccross@android.com> | 2017-08-03 15:58:45 -0700 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2017-08-03 20:55:37 -0700 |
commit | cebc382d5f52eca2f16e3747e28d1f67fccc44b4 (patch) | |
tree | 3cf5a0cd95cda491a186cfbbecdd4f363e622db9 /rs/java/android/renderscript/ProgramVertexFixedFunction.java | |
parent | 49e2a9a612ca15044f5e8b08d0399ee4c8f7a935 (diff) |
Move inserted method after end of try block
Methods inserted at the end of a synchronized {} block also need to
be outside of the implicit try{} block. Make sure the next
instruction is the virtual end label for the try block, and put
the inserted method after the label.
Bug: 64301866
Test: locked_region_code_injection test
Test: m -j checkbuild
Change-Id: I6626aa45580b4df692e02fc6127a2947a6075e2e
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions