-
Bug
-
Resolution: Other
-
P4
-
None
-
19
Sometimes an exception is retrofitted into a control flow to interrupt it in a way that it wasn't originally designed to be interrupted. Such an exception is an implementation mechanism which never leaves its confinement. Once it is caught, it is thrown away.
An exception has a stacktrace. Filling in a stacktrace is not free. Filling in a stacktrace that would be unconditionally thrown away seems like a waste.
An exception has a stacktrace. Filling in a stacktrace is not free. Filling in a stacktrace that would be unconditionally thrown away seems like a waste.
- relates to
-
JDK-8285611 Retrofit (Doc)Pretty with java.io.UncheckedIOException
-
- Resolved
-
-
JDK-8267690 Revisit (Doc)Tree search implemented by throwing an exception
-
- Resolved
-
- links to
-
Review openjdk/jdk/8347