RFR: 8334734: Remove specialized readXxxEntry methods from ClassReader
Adam Sotona
asotona at openjdk.org
Mon Jun 24 07:30:10 UTC 2024
On Fri, 21 Jun 2024 15:52:44 GMT, Chen Liang <liach at 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.
Looks good to me, thanks.
-------------
Marked as reviewed by asotona (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/19833#pullrequestreview-2134895664
More information about the core-libs-dev
mailing list