Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

classfile reader: handle JDK 9+ constant types in constant pool #19533

Merged
merged 2 commits into from
Jan 30, 2024

Commits on Jan 26, 2024

  1. forward-port ClassfileParserTest from Scala 2

    Co-authored-by: Lukas Rytz <[email protected]>
    SethTisue and lrytz committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    0c3933f View commit details
    Browse the repository at this point in the history
  2. classfile reader: allow JDK 9+ constant types in constant pool

    forward-port of scala/scala#10675 and scala/scala#8595
    references scala/bug#12396 and scala/bug#11635
    fixes scala#19527 ("bad constant pool tag 17")
    also fixes unreported potential "bad constant pool tag 19" and
    "bad constant pool tag 20" errors
    SethTisue committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    26852de View commit details
    Browse the repository at this point in the history