On Fri, 11 Apr 2025 10:06:06 GMT, Jatin Bhateja <jbhat...@openjdk.org> wrote:
>> Vladimir Ivanov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8346230: [perf] scalability issue for the specjvm2008::xml.transform >> workload > > src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/XMLReaderManager.java > line 112: > >> 110: reader = threadHasReader ? rw.reader : null; >> 111: String factory = System.getProperty(property); >> 112: if (threadHasReader && > > Please modify the comments to reflect your new behaviour. Comments were updated. Thanks. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23185#discussion_r2042376228