Re: RFR: 8318082: ConcurrentModificationException from IndexWriter [v2]

2023-10-23 Thread Pavel Rappo
On Fri, 20 Oct 2023 16:47:10 GMT, Jonathan Gibbons wrote: >> Pavel Rappo has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Respond to feedback > > src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/taglets/TagletWriter

Re: RFR: 8318082: ConcurrentModificationException from IndexWriter [v2]

2023-10-20 Thread Jonathan Gibbons
On Fri, 20 Oct 2023 12:02:56 GMT, Pavel Rappo wrote: >> Please review this fix to a bug in indexing. >> >> The bug has been dormant for many releases and was noticed only because its >> likelihood was increased by >> [JDK-8286470](https://bugs.openjdk.org/browse/JDK-8286470) in JDK 21. >> >>

Re: RFR: 8318082: ConcurrentModificationException from IndexWriter [v2]

2023-10-20 Thread Jonathan Gibbons
On Fri, 20 Oct 2023 12:02:56 GMT, Pavel Rappo wrote: >> Please review this fix to a bug in indexing. >> >> The bug has been dormant for many releases and was noticed only because its >> likelihood was increased by >> [JDK-8286470](https://bugs.openjdk.org/browse/JDK-8286470) in JDK 21. >> >>

Re: RFR: 8318082: ConcurrentModificationException from IndexWriter [v2]

2023-10-20 Thread Pavel Rappo
> Please review this fix to a bug in indexing. > > The bug has been dormant for many releases and was noticed only because its > likelihood was increased by > [JDK-8286470](https://bugs.openjdk.org/browse/JDK-8286470) in JDK 21. > > Here's the bug: every time an item is indexed, it is indexed r

Re: RFR: 8318082: ConcurrentModificationException from IndexWriter

2023-10-20 Thread Pavel Rappo
On Fri, 20 Oct 2023 08:48:14 GMT, Hannes Wallnöfer wrote: >> test/langtools/jdk/javadoc/doclet/testIndex/TestSelfIndexing.java line 153: >> >>> 151: "package-use.html", >>> "package-tree.html", "preview-list.html", >>> 152: "new-li

Re: RFR: 8318082: ConcurrentModificationException from IndexWriter

2023-10-20 Thread Hannes Wallnöfer
On Thu, 19 Oct 2023 17:07:15 GMT, Hannes Wallnöfer wrote: >> Please review this fix to a bug in indexing. >> >> The bug has been dormant for many releases and was noticed only because its >> likelihood was increased by >> [JDK-8286470](https://bugs.openjdk.org/browse/JDK-8286470) in JDK 21. >>

Re: RFR: 8318082: ConcurrentModificationException from IndexWriter

2023-10-19 Thread Jonathan Gibbons
On Thu, 19 Oct 2023 16:03:37 GMT, Pavel Rappo wrote: > Please review this fix to a bug in indexing. > > The bug has been dormant for many releases and was noticed only because its > likelihood was increased by > [JDK-8286470](https://bugs.openjdk.org/browse/JDK-8286470) in JDK 21. > > Here's

Re: RFR: 8318082: ConcurrentModificationException from IndexWriter

2023-10-19 Thread Jonathan Gibbons
On Thu, 19 Oct 2023 17:00:01 GMT, Hannes Wallnöfer wrote: >> Please review this fix to a bug in indexing. >> >> The bug has been dormant for many releases and was noticed only because its >> likelihood was increased by >> [JDK-8286470](https://bugs.openjdk.org/browse/JDK-8286470) in JDK 21. >>

Re: RFR: 8318082: ConcurrentModificationException from IndexWriter

2023-10-19 Thread Hannes Wallnöfer
On Thu, 19 Oct 2023 16:03:37 GMT, Pavel Rappo wrote: > Please review this fix to a bug in indexing. > > The bug has been dormant for many releases and was noticed only because its > likelihood was increased by > [JDK-8286470](https://bugs.openjdk.org/browse/JDK-8286470) in JDK 21. > > Here's