[jdk21u-dev] RFR: 8318082: ConcurrentModificationException from IndexWriter
Jonathan Gibbons
jjg at openjdk.org
Wed Dec 13 18:43:39 UTC 2023
On Wed, 13 Dec 2023 18:17:06 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Unclean backport to fix a customer-visible bug in Javadoc tool. The uncleanliness comes from the missing refactoring ([JDK-8309566](https://bugs.openjdk.org/browse/JDK-8309566), that looks unnecessary to backport.
>
> Maybe @jonathan-gibbons and @pavelrappo want to take a look.
>
> Additional testing:
> - [x] New test fails without the product fix, passes with it
> - [x] `jdk/javadoc` still passes
src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java line 403:
> 401:
> 402: /**
> 403: * {@return true if the page written by this writer should be indexed,
Use `{@code true}`
-------------
PR Review Comment: https://git.openjdk.org/jdk21u-dev/pull/23#discussion_r1425747296
More information about the jdk-updates-dev
mailing list