[jdk24] Integrated: 8342469: Improve API documentation for java.lang.classfile.instruction

2024-12-11 Thread Chen Liang
On Tue, 10 Dec 2024 20:51:33 GMT, Chen Liang wrote: > Hi all, > > This pull request contains a backport of commit > [0f035545](https://github.com/openjdk/jdk/commit/0f035545e5c0cd02d11ab8edd5786c1f1f6043a7) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > This is a noreg-

Integrated: 8342469: Improve API documentation for java.lang.classfile.instruction

2024-12-10 Thread Chen Liang
On Mon, 21 Oct 2024 22:43:42 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 > Jav