RFR: 8264148: Update spec for exceptions retrofitted for exception chaining
Joe Darcy
joe.darcy at oracle.com
Tue Mar 30 15:55:20 UTC 2021
On 3/30/2021 6:43 AM, jmehrens wrote:
> On Wed, 24 Mar 2021 23:17:46 GMT, Joe Darcy <darcy at openjdk.org> 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 SuppressWarnings??
There is no warning to suppress since the detail field is defined in the
same class.
-Joe
More information about the serviceability-dev
mailing list