RFR [11] (JAXP): 6857903: SAXException.initCause() does not correctly set Exception (original) (raw)

Aleks Efimov aleksej.efimov at oracle.com
Thu Dec 21 17:27:03 UTC 2017


Hello,

Please, help to review the fix for jaxp bug that fixes SAXException to correctly set exception cause with 'setCause' method: http://cr.openjdk.java.net/~aefimov/6857903/dev/00/ I've tried to keep the fix miminal with respect to serial form of this API class, i.e. kept private 'exception' field.

The new test case was added to IssueTracker56Test unit test. Testing showed no related JCK/JTREG failures.

With Best Regards, Aleksei



More information about the core-libs-dev mailing list