Integrated: 8346773: Fix unmatched brackets in some misc files

2025-01-05 Thread Qizheng Xing
On Mon, 23 Dec 2024 09:45:00 GMT, Qizheng Xing wrote: > This patch fixes unmatched brackets in some files, mostly in comments, docs > and man pages. This pull request has now been integrated. Changeset: f1d85ab3 Author:Qizheng Xing URL: https://git.openjdk.org/jdk/

Re: RFR: 8346773: Fix unmatched brackets in some misc files [v3]

2025-01-02 Thread Qizheng Xing
On Wed, 25 Dec 2024 02:34:16 GMT, Qizheng Xing wrote: >> This patch fixes unmatched brackets in some files, mostly in comments, docs >> and man pages. > > Qizheng Xing has updated the pull request incrementally with one additional > commit since the last revision: > &

Re: RFR: 8346773: Fix unmatched brackets in some misc files [v3]

2024-12-25 Thread Qizheng Xing
On Thu, 26 Dec 2024 07:27:30 GMT, Alan Bateman wrote: >> Qizheng Xing has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Revert fix in the CTW Makefile. > > The title on the JBS issue is a mis-leading as it&

Re: RFR: 8346773: Fix unmatched brackets in source files [v3]

2024-12-24 Thread Qizheng Xing
On Mon, 23 Dec 2024 19:42:34 GMT, Kim Barrett wrote: >> I strongly suggest avoiding omnibus changes like this when possible (which it >> is here). Just because it's all about one "kind" of change doesn't make it a >> cohesive change. This is touching many distinct areas of the JDK, and several >>

Re: RFR: 8346773: Fix unmatched brackets in source files [v3]

2024-12-24 Thread Qizheng Xing
> This patch fixes unmatched brackets in some source files. Qizheng Xing has updated the pull request incrementally with one additional commit since the last revision: Revert fix in the CTW Makefile. - Changes: - all: https://git.openjdk.org/jdk/pull/22861/files - new: ht

Re: RFR: 8346773: Fix unmatched brackets in source files [v2]

2024-12-23 Thread Qizheng Xing
On Mon, 23 Dec 2024 22:16:01 GMT, Phil Race wrote: >> I was also wondering how this was tested. > > FYI, the way to test this is .. > cd test/jdk > jtreg sanity/client/SwingSet/src/TableDemoTest.java > > I tried converting all ^M to \n in this file another repo and comparing with > your patch b

Re: RFR: 8346773: Fix unmatched brackets in source files [v2]

2024-12-23 Thread Qizheng Xing
On Mon, 23 Dec 2024 19:13:09 GMT, Kim Barrett wrote: >> Qizheng Xing has updated the pull request incrementally with three >> additional commits since the last revision: >> >> - Update `hotspot-unit-tests.md` and HTML (using Pandoc 2.19.2). >> - Do not touch fil

Re: RFR: 8346773: Fix unmatched brackets in source files [v2]

2024-12-23 Thread Qizheng Xing
On Mon, 23 Dec 2024 17:11:14 GMT, Justin Lu wrote: >> Qizheng Xing has updated the pull request incrementally with three >> additional commits since the last revision: >> >> - Update `hotspot-unit-tests.md` and HTML (using Pandoc 2.19.2). >> - Do not touch fil

Re: RFR: 8346773: Fix unmatched brackets in source files [v2]

2024-12-23 Thread Qizheng Xing
On Mon, 23 Dec 2024 14:00:54 GMT, Erik Joelsson wrote: >> Qizheng Xing has updated the pull request incrementally with three >> additional commits since the last revision: >> >> - Update `hotspot-unit-tests.md` and HTML (using Pandoc 2.19.2). >> - Do not tou

Re: RFR: 8346773: Fix unmatched brackets in source files [v2]

2024-12-23 Thread Qizheng Xing
On Mon, 23 Dec 2024 18:57:39 GMT, Kim Barrett wrote: >> Qizheng Xing has updated the pull request incrementally with three >> additional commits since the last revision: >> >> - Update `hotspot-unit-tests.md` and HTML (using Pandoc 2.19.2). >> - Do not touch fil

Re: RFR: 8346773: Fix unmatched brackets in source files [v2]

2024-12-23 Thread Qizheng Xing
> This patch fixes unmatched brackets in some source files. Qizheng Xing has updated the pull request incrementally with three additional commits since the last revision: - Update `hotspot-unit-tests.md` and HTML (using Pandoc 2.19.2). - Do not touch files in test. - Do not touch upstr

RFR: 8346773: Fix unmatched brackets in source files

2024-12-23 Thread Qizheng Xing
This patch fixes unmatched brackets in some source files. - Commit messages: - Fix unmatched brackets in source files. Changes: https://git.openjdk.org/jdk/pull/22861/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22861&range=00 Issue: https://bugs.openjdk.org/browse/JDK