Integrated: 8304937: BufferedFieldBuilder.Model missing writeTo(DirectClassBuilder)
Chen Liang
liach at openjdk.org
Thu May 4 13:27:26 UTC 2023
On Sun, 26 Mar 2023 20:35:20 GMT, Chen Liang <liach at openjdk.org> wrote:
> Please review this simple patch to Classfile API that fixes a missing override that otherwise affects usage of chained class transforms. A test is included, that it fails on the missing method without this patch.
>
> Please review a few other patches fixing bugs affecting normal usage of the Classfile API as well:
> #13167 #13021 #12996
>
> I am trying to write a test for my in-progress patch to unify parameter mapping in core reflection in anticipation of #9862, however this bug prevents me from dropping method Signature and MethodParameters attributes with chained class transforms.
This pull request has now been integrated.
Changeset: dc4096ce
Author: Chen Liang <liach at openjdk.org>
Committer: Adam Sotona <asotona at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/dc4096ce136c867e0806070a2d7c8b4efef5294c
Stats: 86 lines in 2 files changed: 85 ins; 0 del; 1 mod
8304937: BufferedFieldBuilder.Model missing writeTo(DirectClassBuilder)
Reviewed-by: asotona
-------------
PR: https://git.openjdk.org/jdk/pull/13187
More information about the core-libs-dev
mailing list