Re: RFR: 8347163: Javadoc error in ConstantPoolBuilder after JDK-8342468

2025-01-08 Thread Jaikiran Pai
On Wed, 8 Jan 2025 06:02:38 GMT, Chen Liang wrote: > The anchor is `refkinds` instead of `refKinds`. tier testing of this change in the CI completed without any failures. I'll go ahead and integrate this now to reduce additional sighting of this failure. - PR Comment: https://git.

Re: RFR: 8347163: Javadoc error in ConstantPoolBuilder after JDK-8342468

2025-01-08 Thread Aleksey Shipilev
On Wed, 8 Jan 2025 06:02:38 GMT, Chen Liang wrote: > The anchor is `refkinds` instead of `refKinds`. Marked as reviewed by shade (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/22961#pullrequestreview-2536699804

Re: RFR: 8347163: Javadoc error in ConstantPoolBuilder after JDK-8342468

2025-01-07 Thread Chen Liang
On Wed, 8 Jan 2025 06:02:38 GMT, Chen Liang wrote: > The anchor is `refkinds` instead of `refKinds`. I only ran the failed test and confirmed it works. It's a bit late for me, so if some other committer is interested and has verified there are no new failures feel free to integrate. -

Re: RFR: 8347163: Javadoc error in ConstantPoolBuilder after JDK-8342468

2025-01-07 Thread Jaikiran Pai
On Wed, 8 Jan 2025 06:02:38 GMT, Chen Liang wrote: > The anchor is `refkinds` instead of `refKinds`. Looks good and trivial to me. - Marked as reviewed by jpai (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/22961#pullrequestreview-2536185329

RFR: 8347163: Javadoc error in ConstantPoolBuilder after JDK-8342468

2025-01-07 Thread Chen Liang
The anchor is `refkinds` instead of `refKinds`. - Commit messages: - 8347163: Javadoc error in ConstantPoolBuilder after JDK-8342468 Changes: https://git.openjdk.org/jdk/pull/22961/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22961&range=00 Issue: https://bugs.openjdk.