Fix various class verification errors in net/
There is no logic change - this just move the code around for optimization. Android's VM does run-time verification for all the methods in a class if any of the methods fails in AOT compilation time. Therefore, splitting out failing methods into a separate class containing it there help reduce the overall time taken in the run-time verification. See https://chromium-review.googlesource.com/c/chromium/src/+/1175444/8 for the whole picture. See crbug.com/838702 for more information about run-time verification issue. Bug: 868250 Change-Id: I2f878edb7eb2b45119b146231beeb868174d3f2e Reviewed-on: https://chromium-review.googlesource.com/1187661 Commit-Queue: Changwan Ryu <changwan@chromium.org> Reviewed-by:Richard Coles <torne@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#590547}
Showing
Please register or sign in to comment