RFR: 8347063: Add comments in ClassFileFormatVersion for class file format evolution history [v2]
Chen Liang
liach at openjdk.org
Mon Jan 6 21:25:47 UTC 2025
On Mon, 6 Jan 2025 21:20:58 GMT, Chen Liang <liach at openjdk.org> wrote:
>> `javax.lang.model.SourceVersion` has a series of comments describing the new language features present in each source version. Similar comments for the `ClassFileFormatVersion` would be helpful, so readers no longer need to search through the JVMS to find changes in new versions.
>
> Chen Liang has updated the pull request incrementally with one additional commit since the last revision:
>
> Add JEP/JSR numbers, clarify if something is attribute/modifier/etc.
I have added the JEP and JSR numbers for some of the features, and clarified if the changed features are attributes, modifiers, constant pool entries, or instructions/opcodes.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22934#issuecomment-2573950541
More information about the core-libs-dev
mailing list