Re: [jdk24] RFR: 8346128: Comparison build fails due to difference in LabelTarget.html

2024-12-20 Thread Nizar Benalla
On Fri, 20 Dec 2024 10:21:17 GMT, Nizar Benalla wrote: > Hi all, > > This pull request contains a backport of commit > [2a68f741](https://github.com/openjdk/jdk/commit/2a68f741884e73c9ed8e5222e57f5ecb088b3cf7) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The commit be

Re: [jdk24] RFR: 8346128: Comparison build fails due to difference in LabelTarget.html

2024-12-20 Thread Chen Liang
On Fri, 20 Dec 2024 10:21:17 GMT, Nizar Benalla wrote: > Hi all, > > This pull request contains a backport of commit > [2a68f741](https://github.com/openjdk/jdk/commit/2a68f741884e73c9ed8e5222e57f5ecb088b3cf7) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The commit be

Re: [jdk24] RFR: 8346128: Comparison build fails due to difference in LabelTarget.html

2024-12-20 Thread Hannes Wallnöfer
On Fri, 20 Dec 2024 10:21:17 GMT, Nizar Benalla wrote: > Hi all, > > This pull request contains a backport of commit > [2a68f741](https://github.com/openjdk/jdk/commit/2a68f741884e73c9ed8e5222e57f5ecb088b3cf7) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The commit be

[jdk24] RFR: 8346128: Comparison build fails due to difference in LabelTarget.html

2024-12-20 Thread Nizar Benalla
Hi all, This pull request contains a backport of commit [2a68f741](https://github.com/openjdk/jdk/commit/2a68f741884e73c9ed8e5222e57f5ecb088b3cf7) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Nizar Benalla on 20 Dec 2024 and was re

Re: RFR: 8346128: Comparison build fails due to difference in LabelTarget.html

2024-12-20 Thread Nizar Benalla
On Thu, 19 Dec 2024 16:48:33 GMT, Nizar Benalla wrote: > Please review this doc-only patch to fix an issue that causes the > cmp-baseline build to fail. > > The snippet in `LabelTrget.java` showed a highly rare non deterministism in > javadoc snippet generation, which will be fixed in > [JDK-

Re: RFR: 8346128: Comparison build fails due to difference in LabelTarget.html

2024-12-19 Thread Pavel Rappo
On Thu, 19 Dec 2024 16:48:33 GMT, Nizar Benalla wrote: > Please review this doc-only patch to fix an issue that causes the > cmp-baseline build to fail. > > The snippet in `LabelTrget.java` showed a highly rare non deterministism in > javadoc snippet generation, which will be fixed in > [JDK-

Re: RFR: 8346128: Comparison build fails due to difference in LabelTarget.html

2024-12-19 Thread Chen Liang
On Thu, 19 Dec 2024 16:48:33 GMT, Nizar Benalla wrote: > Please review this doc-only patch to fix an issue that causes the > cmp-baseline build to fail. > > The snippet in `LabelTrget.java` showed a highly rare non deterministism in > javadoc snippet generation, which will be fixed in > [JDK-

Re: RFR: 8346128: Comparison build fails due to difference in LabelTarget.html

2024-12-19 Thread Jan Lahoda
On Thu, 19 Dec 2024 16:48:33 GMT, Nizar Benalla wrote: > Please review this doc-only patch to fix an issue that causes the > cmp-baseline build to fail. > > The snippet in `LabelTrget.java` showed a highly rare non deterministism in > javadoc snippet generation, which will be fixed in > [JDK-

RFR: 8346128: Comparison build fails due to difference in LabelTarget.html

2024-12-19 Thread Nizar Benalla
Please review this doc-only patch to fix an issue that causes the cmp-baseline build to fail. The snippet in `LabelTrget.java` showed a highly rare non deterministism in javadoc snippet generation, which will be fixed in [JDK-8346659](https://bugs.openjdk.org/browse/JDK-8346659), but we can fix