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

Ioi Lam iklam at openjdk.org
Wed Apr 26 00:05:23 UTC 2023


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

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

Commit messages:
 - 8305771: SA ClassWriter.java fails to skip overpass methods

Changes: https://git.openjdk.org/jdk/pull/13663/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13663&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8305771
  Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/13663.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13663/head:pull/13663

PR: https://git.openjdk.org/jdk/pull/13663


More information about the serviceability-dev mailing list