Re: RFR: 8287076: Document.normalizeDocument() produces different results [v2]

2022-06-22 Thread Naoto Sato
On Wed, 22 Jun 2022 21:48:35 GMT, Joe Wang wrote: >> Fix a regression in Document.normalizeDocument() caused by a change in JDK >> 10. >> >> Test: new test (as in the bug report) and Tier2 passed. > > Joe Wang has updated the pull request incrementally with one additional > commit since the la

Re: RFR: 8287076: Document.normalizeDocument() produces different results [v2]

2022-06-22 Thread Iris Clark
On Wed, 22 Jun 2022 21:48:35 GMT, Joe Wang wrote: >> Fix a regression in Document.normalizeDocument() caused by a change in JDK >> 10. >> >> Test: new test (as in the bug report) and Tier2 passed. > > Joe Wang has updated the pull request incrementally with one additional > commit since the la

Re: RFR: 8287076: Document.normalizeDocument() produces different results [v2]

2022-06-22 Thread Lance Andersen
On Wed, 22 Jun 2022 21:48:35 GMT, Joe Wang wrote: >> Fix a regression in Document.normalizeDocument() caused by a change in JDK >> 10. >> >> Test: new test (as in the bug report) and Tier2 passed. > > Joe Wang has updated the pull request incrementally with one additional > commit since the la

Re: RFR: 8287076: Document.normalizeDocument() produces different results

2022-06-22 Thread Joe Wang
On Wed, 22 Jun 2022 20:01:58 GMT, Joe Wang wrote: > Fix a regression in Document.normalizeDocument() caused by a change in JDK 10. > > Test: new test (as in the bug report) and Tier2 passed. Thanks Lance. Updated the patch, also changed the corresponding nodes. - PR: https://git.o

Re: RFR: 8287076: Document.normalizeDocument() produces different results [v2]

2022-06-22 Thread Joe Wang
> Fix a regression in Document.normalizeDocument() caused by a change in JDK 10. > > Test: new test (as in the bug report) and Tier2 passed. Joe Wang has updated the pull request incrementally with one additional commit since the last revision: Remove initialization size, use default instead

RFR: 8287076: Document.normalizeDocument() produces different results

2022-06-22 Thread Joe Wang
Fix a regression in Document.normalizeDocument() caused by a change in JDK 10. Test: new test (as in the bug report) and Tier2 passed. - Commit messages: - 8287076: Document.normalizeDocument() produces different results Changes: https://git.openjdk.org/jdk19/pull/59/files Webrev: