Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • asm asm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • asmasm
  • asmasm
  • Merge requests
  • !291

Move to ASM9 / JDK 15 + experimental support of JDK 16

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Remi Forax requested to merge asm9 into master Jun 29, 2020
  • Overview 38
  • Commits 5
  • Pipelines 4
  • Changes 96

This patch

  • rename PermittedSubtypes to PermittedSubclasses per upcoming VM spec
  • visitPermittedSubclasses() is not experimental anymore, i've choosen to create a ASM10_EXPERIMENTAL even if there is no experimental feature anymore, it makes the code more clean (ASM9 (latest api) != ASM10_EXPERIMENTAL (latest))
  • rename some accidentally overloaded methods to appease CheckStyle
  • add ASM9 API
  • add support of JDK 16 version (60)

The patch will be squashed before being merged.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: asm9