RFR: 8305771: SA ClassWriter.java fails to skip overpass methods

Kevin Walls kevinw at openjdk.org
Wed Apr 26 13:01:56 UTC 2023


On Tue, 25 Apr 2023 23:49:56 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> Please review this trivial fix.
> 
> When checking for bits in `m.getAccessFlags()`, the mask `JVM_RECOGNIZED_METHOD_MODIFIERS` should be applied (similar to other uses of `m.getAccessFlags()` in ClassWriter.java

Looks good to me. Other existing uses of access flags here look good too.

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

PR Review: https://git.openjdk.org/jdk/pull/13663#pullrequestreview-1401926771


More information about the serviceability-dev mailing list