Re: [jdk24] RFR: 8342465: Improve API documentation for java.lang.classfile

2025-01-27 Thread Chen Liang
On Mon, 27 Jan 2025 15:16:12 GMT, Chen Liang wrote: > Please review a non-clean backport of #23277, the final patch in the > improvements to the Class-File API. The backport is non-clean because a new > JAVA_25_VERSION constant was added in 25; otherwise the patch applied cleanly. > > Tests: N

Re: [jdk24] RFR: 8342465: Improve API documentation for java.lang.classfile

2025-01-27 Thread Adam Sotona
On Mon, 27 Jan 2025 15:16:12 GMT, Chen Liang wrote: > Please review a non-clean backport of #23277, the final patch in the > improvements to the Class-File API. The backport is non-clean because a new > JAVA_25_VERSION constant was added in 25; otherwise the patch applied cleanly. > > Tests: N

[jdk24] RFR: 8342465: Improve API documentation for java.lang.classfile

2025-01-27 Thread Chen Liang
Please review a non-clean backport of #23277, the final patch in the improvements to the Class-File API. The backport is non-clean because a new JAVA_25_VERSION constant was added in 25; otherwise the patch applied cleanly. Tests: Submitted tier 1-3 - Commit messages: - Backport 1