On Fri, 21 Jun 2024 15:52:44 GMT, Chen Liang 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 m
`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.
-
Commit messages:
- Copyright years
- 8334734: Remove speci