> If we made n-many calls to > textPane.getAccessibleContext().getAccessibleText() then we'd add n-many > DocumentListeners to the HTMLDocument. > > These listeners are very light, but even so: after thousands of listeners it > may start to degrade performance.
Jeremy Wood has updated the pull request incrementally with one additional commit since the last revision: 8380790: remove "/manual" from run tag This is in response to: https://github.com/openjdk/jdk/pull/30401#discussion_r2990839770 ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30401/files - new: https://git.openjdk.org/jdk/pull/30401/files/12ea4eb6..38bbdc7e Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30401&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30401&range=00-01 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/30401.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30401/head:pull/30401 PR: https://git.openjdk.org/jdk/pull/30401
