JDK 9 RFR: 8176168: Performance drop due to SAXParser SymbolTable reset

2017-04-16 Thread Aleks Efimov
Hi, Please, help to review the fix [1] for a performance regression in SPECjvm2008-XML benchmark. The cause of this regression was the unconditional reset of SAX parsers symbol table during each reset() operation introduced by JDK-8173390. Proposed fix introduces new system property (CCC reque

RFR[9] JDK-8178840: Adds FieldSetAccessibleTest.java and VerifyJimage.java to ProblemList

2017-04-16 Thread sha . jiang
Hi, Because of JDK-8178776, java/lang/Class/getDeclaredField/FieldSetAccessibleTest.java and tools/jimage/VerifyJimage.java should be added to ProblemList. diff -r 9ba6760481a8 test/ProblemList.txt --- a/test/ProblemList.txtSat Apr 15 16:54:33 2017 -0400 +++ b/test/ProblemList.txtSun A