summaryrefslogtreecommitdiff
path: root/src/dex_verifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dex_verifier.h')
-rw-r--r--src/dex_verifier.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/dex_verifier.h b/src/dex_verifier.h
index 1537cbf6b8..b5325fff75 100644
--- a/src/dex_verifier.h
+++ b/src/dex_verifier.h
@@ -1161,9 +1161,8 @@ class DexVerifier {
/*
* For the "move-exception" instruction at "work_insn_idx_", which must be at an exception handler
- * address, determine the first common superclass of all exceptions that can land here.
- * Returns NULL if no matching exception handler can be found, or if the exception is not a
- * subclass of Throwable.
+ * address, determine the Join of all exceptions that can land here. Fails if no matching
+ * exception handler can be found or if the Join of exception types fails.
*/
const RegType& GetCaughtExceptionType();