From 2e2f9e8c6989dec22e4199a773a1e03954f82365 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Wed, 17 Apr 2019 12:35:08 -0700 Subject: 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 --- runtime/class_loader_utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/class_loader_utils.h') 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; } -- cgit v1.2.3-59-g8ed1b