summaryrefslogtreecommitdiff
path: root/runtime/class_loader_utils.h
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2019-04-17 21:54:27 +0000
committer Treehugger Robot <treehugger-gerrit@google.com> 2019-04-18 16:08:27 +0000
commit501c3b073e2252f8f5ccb0f9a7aab9bcf8ad297c (patch)
treed09085d3dcab7eab57e2c826f8073a7ee4bd8449 /runtime/class_loader_utils.h
parented42f62df5bb46168334dadecb5d143c38f7a88b (diff)
Revert^2 "Fix correctness for fast path class loading"
This reverts commit 2e2f9e8c6989dec22e4199a773a1e03954f82365. Bug: 130310316 Bug: 130293184 Bug: 130209120 Bug: 130746382 Test: m test-art-host Test: atest vm-tests-tf Change-Id: I2b6e6be530bb8b6c6222b11b7d93fb1f574d2ea4
Diffstat (limited to 'runtime/class_loader_utils.h')
-rw-r--r--runtime/class_loader_utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/class_loader_utils.h b/runtime/class_loader_utils.h
index b809bafc7f..2e8504391a 100644
--- a/runtime/class_loader_utils.h
+++ b/runtime/class_loader_utils.h
@@ -98,7 +98,6 @@ inline RetType VisitClassLoaderDexElements(ScopedObjectAccessAlreadyRunnable& so
}
}
}
- self->AssertNoPendingException();
}
return defaultReturn;
}