Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • DiSL DiSL
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • DiSL
  • DiSLDiSL
  • Merge requests
  • !12

Java 9 cleanups compatible with Java 8

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Matteo Basso requested to merge mbasso/disl:pre-java9-cleanup into master Dec 04, 2019
  • Overview 0
  • Commits 5
  • Pipelines 2
  • Changes 21

This Merge Request aims to update DiSL with backward-compatible changes in order to prepare it to be updated to Java9+.

Here is a list of changes and new implementations that have been done to achieve this goal:

  • Updated ASM to the latest version, 7.2.
  • Replaced javah, which has been removed in Java 9, with javac -h.
  • Implemented codeflags generation introducing @Native annotation.
  • Fixed ShadowVM tests: removed ASM specific pseudo access flags not defined in the JVM specification. They can potentially make some tests fail when comparing ShadowField and Field modifiers.
  • Updated Google Protobuf (renamed to protobuf-javalite).
Edited Dec 05, 2019 by Matteo Basso
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: pre-java9-cleanup