JDK-8176146 : Performance drop due to SAXParser SymbolTable reset
  • Type: Bug
  • Component: xml
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2017-03-03
  • Updated: 2017-03-13
  • Resolved: 2017-03-13
Related Reports
Duplicate :  
Description
JDK-8173390 introduced significant performance drop (3-4%) on all platforms for SPECjvm2008-XML benchmark. 
JDK-8173390 change resets the SymbolTable. It seams that the performance test reuses the parser and it is re-creating the SymbolTable instead of reusing it.
To address this issue new system property should be added to control symbol table reset operation.