RFR: 8308899: Introduce Classfile context and improve Classfile options [v25]
Chen Liang
liach at openjdk.org
Mon Jun 26 15:57:14 UTC 2023
On Mon, 26 Jun 2023 15:40:39 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> Also, another observation: the number of updates snippets in javadoc seems rather low for something that touches the main entry point by which client interacts with classfiles. This seems a sign of perhaps not having many end to end examples in the API javadoc?
This is because the Classfile object update mostly affects the obtaining of ClassModel and how a ClassBuilder is converted to bytecode. Many examples interact with existing models, or builders for methods/fields/code, so they
stay unchanged during the snippet update.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14180#issuecomment-1607765692
More information about the core-libs-dev
mailing list