Classfile API patch review request
-
liangchenblue at gmail.com
Tue Apr 4 13:38:45 UTC 2023
Since the Classfile API was added, a few patches have been submitted,
fixing various bugs in the API. Since Classfile API has no reviewer
closely tied to it, I wish JDK reviewers on this list can take a peek
at the following patches to facilitate the bug fixes to the Classfile
API:
https://bugs.openjdk.org/browse/JDK-8304937 BufferedFieldBuilder.Model
missing writeTo(DirectClassBuilder)
https://github.com/openjdk/jdk/pull/13187
https://bugs.openjdk.org/browse/JDK-8304837 Classfile API throws IOOBE
for MethodParameters attribute without parameter names
https://github.com/openjdk/jdk/pull/13167
https://bugs.openjdk.org/browse/JDK-8304148 Remapping a class with
Invokedynamic constant loses static bootstrap arguments
https://github.com/openjdk/jdk/pull/13021
https://bugs.openjdk.org/browse/JDK-8304031 Classfile API cannot
encode Primitive Class as Condy
https://github.com/openjdk/jdk/pull/12996
Thanks for taking your time to review.
Chen Liang
More information about the classfile-api-dev
mailing list