diff options
author | 2019-04-17 12:35:08 -0700 | |
---|---|---|
committer | 2019-04-17 12:36:07 -0700 | |
commit | 2e2f9e8c6989dec22e4199a773a1e03954f82365 (patch) | |
tree | ba9745bcf08b758d71b458929ca9bf35f9aa7a69 /runtime/class_loader_utils.h | |
parent | d399f579cf2a8462ef6f1fbea360fe62be174377 (diff) |
Revert "Fix correctness for fast path class loading"
Bug: 130310316
Bug: 130293184
Bug: 130209120
Bug: 130680590
Test: TH
This reverts commit ef04ac6c05fa344428008ffa1eac7316c64a3467.
Change-Id: I2ee8a20419da251eed2620b7feb390053c0cdcb9
Diffstat (limited to 'runtime/class_loader_utils.h')
-rw-r--r-- | runtime/class_loader_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_loader_utils.h b/runtime/class_loader_utils.h index 2e8504391a..b809bafc7f 100644 --- a/runtime/class_loader_utils.h +++ b/runtime/class_loader_utils.h @@ -98,6 +98,7 @@ inline RetType VisitClassLoaderDexElements(ScopedObjectAccessAlreadyRunnable& so } } } + self->AssertNoPendingException(); } return defaultReturn; } |