RFR: 8346230: [perf] scalability issue for the specjvm2008::xml.transform workload [v3]

Vladimir Ivanov vaivanov at openjdk.org
Fri Mar 14 01:10:49 UTC 2025


> The synchronized scope was reduced from whole methods to sections that need hash map access control. The tier1 and jaxp tests are OK. The score of the specjvm2008:xml.transform improved a little bit. On the Xeon 8480+ reported scores are:
> original: 1vCPU - 148.4, 112vCPU - 12743.4, 224vCPU - 13481.31 ops/m
> patched: 1vCPU - 149.77, 112vCPU - 13122.82, 224vCPU - 14751.57 ops/m
> 
> According to the JFR the locking time for XMLReader object reduced from ~27sec to ~20sec for 224vCPU run.

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

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/23185/files
  - new: https://git.openjdk.org/jdk/pull/23185/files/90c25906..95590eb6

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=23185&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=23185&range=01-02

  Stats: 42 lines in 1 file changed: 0 ins; 20 del; 22 mod
  Patch: https://git.openjdk.org/jdk/pull/23185.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23185/head:pull/23185

PR: https://git.openjdk.org/jdk/pull/23185


More information about the core-libs-dev mailing list