On Sun, 26 Mar 2023 20:35:20 GMT, Chen Liang <li...@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 <li...@openjdk.org> Committer: Adam Sotona <asot...@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