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.

It looks good, thanks for catching and fixing it.

-------------

Marked as reviewed by asotona (Committer).

PR Review: https://git.openjdk.org/jdk/pull/13187#pullrequestreview-1371053123

Reply via email to