On Wed, 24 Mar 2021 23:17:46 GMT, Joe Darcy wrote:
> 8264148: Update spec for exceptions retrofitted for exception chaining
src/java.base/share/classes/java/io/WriteAbortedException.java line 86:
> 84: @Override
> 85: public Throwable getCause() {
> 86: return detail;
Use Suppr
On Thu, 25 Mar 2021 18:52:54 GMT, Stuart Marks wrote:
> One special case is the **public field** in `WriteAbortedException`. This is
> really bad and something ought to be done about this, including deprecation,
> and maybe more. This implies that the exception is mutable, right? Hrrmph.
> Isn