On Sat, 11 Jun 2022 10:52:29 GMT, Andrey Turbanov <[email protected]> wrote:

> Instead of pair `LinkedHashMap.get`+`LinkedHashMap.remove` calls, we can use 
> value returned from single `allTaglets.remove` call.
> It's shorter and a bit faster.
> https://github.com/openjdk/jdk/blob/d46f404b3179c66e8e5775a9e2253c95238153c7/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/taglets/TagletManager.java#L314-L325

265 commits seem to be quite a divergence between this PR branch and 
openjdk:master. I know that sometimes it seems not to be worth the hassle, but 
please merge openjdk:master into this PR branch. If nothing else, it will 
trigger GHA to re-test the change.

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

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

Reply via email to