Skip to content

Java 9 compatibility #9

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

Merged
merged 13 commits into from
Jul 10, 2019
Merged

Java 9 compatibility #9

merged 13 commits into from
Jul 10, 2019

Conversation

anscoil
Copy link
Collaborator

@anscoil anscoil commented Jul 9, 2019

  • Java 9 changes
    • ConstantModule
    • ConstantPackage
    • Tested successfully with openjdk11 (all modules)
  • Stackmap format
    • reverting to low level format for correctness
    • fixes class loading bug after unparsing
  • Bugfix in JParseSignature
    • correcting stupid bug with classes starting by 'L' which where not in a package
    • the correction is just one line deletion in jParseSignature.ml
  • JFile
    • sep is now a char instead of a string of length 1
  • Permissive
    • if JBasics.get_permissive() is true, we allow a class that is neither a module nor Object to have no superclass
  • More java tests for invokedynamic instruction

Copy link
Collaborator

@davidpichardie davidpichardie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@anscoil anscoil merged commit 2bebc0e into master Jul 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants