On Fri, 21 Jun 2024 15:52:44 GMT, Chen Liang <li...@openjdk.org> wrote:
> `ClassReader.readXxxEntry` were added before we had generic, type-aware > `readEntry` and `readEntryOrNull` APIs (#19330). We should remove these > specialized versions in favor of the generic version to reduce API bloating. This pull request has now been integrated. Changeset: 8a664a4c Author: Chen Liang <li...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/8a664a4c359deefd7237f3672b62d7d8c1ffb453 Stats: 169 lines in 9 files changed: 1 ins; 111 del; 57 mod 8334734: Remove specialized readXxxEntry methods from ClassReader Reviewed-by: asotona ------------- PR: https://git.openjdk.org/jdk/pull/19833