RFR: 8330684: ClassFile API runs into StackOverflowError while parsing certain class' bytes [v2]

Adam Sotona asotona at openjdk.org
Fri Apr 26 07:54:31 UTC 2024


On Thu, 25 Apr 2024 20:16:09 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

> It could be two tags, a lower and upper bound, because TAG_FIELDREF, TAG_METHODREF, and TAG_INTERFACEMETHODREF are consecutive values (9 to 11).

OK, I've implemented it with lower and upper bound tags. Thanks!

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

PR Comment: https://git.openjdk.org/jdk/pull/18907#issuecomment-2078828894


More information about the core-libs-dev mailing list