Re: RFR (JAXP) 8158246: Several api/org_xml/sax/helpers/XMLReader tests failed due to no SAXException occurs

2016-06-02 Thread Lance Andersen
> On Jun 2, 2016, at 2:35 PM, Lance Andersen wrote: > > Hi Joe, > > think you are good to go > > Best > Lance >> On May 31, 2016, at 5:14 PM, huizhe wang > > wrote: >> >> Hi, >> >> This issue was caused by the change 8152912 where the logic was changed so >>

RFR (JAXP) 8158246: Several api/org_xml/sax/helpers/XMLReader tests failed due to no SAXException occurs

2016-05-31 Thread huizhe wang
Hi, This issue was caused by the change 8152912 where the logic was changed so that the parser was directly instantiated when the className was within the DEFAULT_PACKAGE. The problem is that the className can be wrong even if it contains the DEFAULT_PACKAGE. The patch reverts the change 815