On Tue, 25 Mar 2025 15:27:05 GMT, David M. Lloyd <d...@openjdk.org> wrote:
>> Provide method overloads to the ClassFile interface of the >> java.lang.classfile API which allow parsing of classes found in memory >> segments, as well as allowing built class files to be output to them. > > David M. Lloyd has updated the pull request incrementally with two additional > commits since the last revision: > > - Shorten method names > - Minor doc adjustment Class-File API passed through several significant weight reductions in its history (on the API surface as well as under the skin). Some of the steps were critical to avoid JDK bootstrap performance regression. Before deciding about this non-trivial addition to the Class-File API I would like to see some measurable benefits and performance impact on the JDK bootstrap. ------------- PR Comment: https://git.openjdk.org/jdk/pull/24139#issuecomment-2756812894