Re: RFR: 8342469: Improve API documentation for java.lang.classfile.instruction [v3]

2024-11-20 Thread Chen Liang
On Tue, 19 Nov 2024 09:40:25 GMT, Adam Sotona wrote: >> Chen Liang has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains six commits: >> >> - Further facelift >> - Merge branch 'master' of https://github.com/openjdk/jdk into >> docs/

Re: RFR: 8342469: Improve API documentation for java.lang.classfile.instruction [v3]

2024-11-19 Thread Adam Sotona
On Mon, 18 Nov 2024 02:58:31 GMT, Chen Liang wrote: >> Improve the documentation for classfile instructions. Includes links to all >> opcodes, usage notes for instructions, and other various fixes. >> >> API Diff: >> https://cr.openjdk.org/~liach/apidiff/cf-instr/java.base/module-summary.html

Re: RFR: 8342469: Improve API documentation for java.lang.classfile.instruction [v3]

2024-11-19 Thread Adam Sotona
On Mon, 18 Nov 2024 02:58:31 GMT, Chen Liang wrote: >> Improve the documentation for classfile instructions. Includes links to all >> opcodes, usage notes for instructions, and other various fixes. >> >> API Diff: >> https://cr.openjdk.org/~liach/apidiff/cf-instr/java.base/module-summary.html

Re: RFR: 8342469: Improve API documentation for java.lang.classfile.instruction [v3]

2024-11-19 Thread Adam Sotona
On Mon, 18 Nov 2024 02:58:31 GMT, Chen Liang wrote: >> Improve the documentation for classfile instructions. Includes links to all >> opcodes, usage notes for instructions, and other various fixes. >> >> API Diff: >> https://cr.openjdk.org/~liach/apidiff/cf-instr/java.base/module-summary.html

Re: RFR: 8342469: Improve API documentation for java.lang.classfile.instruction [v3]

2024-11-17 Thread Chen Liang
On Mon, 18 Nov 2024 02:58:31 GMT, Chen Liang wrote: >> Improve the documentation for classfile instructions. Includes links to all >> opcodes, usage notes for instructions, and other various fixes. >> >> API Diff: >> https://cr.openjdk.org/~liach/apidiff/cf-instr/java.base/module-summary.html

Re: RFR: 8342469: Improve API documentation for java.lang.classfile.instruction [v3]

2024-11-17 Thread Chen Liang
> Improve the documentation for classfile instructions. Includes links to all > opcodes, usage notes for instructions, and other various fixes. Chen Liang has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains six commits: - Further faceli