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

Support for JEP 383 (Java 15): Part 1 #9697

Merged
merged 1 commit into from May 27, 2020

Commits on May 26, 2020

  1. Support for JEP 383 (Java 15)

    1. Includes stubs for the following new methods:
        - class BoundMethodHandle: fieldCount and arg
        - class Lookup: defineHiddenClassWithClassData
        - class MethodHandles: permuteArgumentChecks
        - class VarHandle: target, asDirect, getMethodHandle and isDirect
    2. Includes a stub implementation for class DirectMethodHandle.
    3. The following VarHandle methods are no longer final:
        - varType, coordinateTypes and toMethodHandle
    
    Fixes: eclipse-openj9#9684
    Related: eclipse-openj9#9625
    
    Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
    babsingh committed May 26, 2020
    Configuration menu
    Copy the full SHA
    39ed99f View commit details
    Browse the repository at this point in the history