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

Move value type public APIs in Class.java into Access.java #15950

Merged
merged 2 commits into from
Sep 23, 2022

Conversation

hangshao0
Copy link
Contributor

  1. The following 5 methods become non-public in Class.java
    isPrimitiveClass()
    asPrimaryType()
    asValueType()
    isPrimaryType()
    isPrimitiveValueType()
    The public version of these 5 methods are added in Access.java

  2. Add stub method Class.accessFlags()

Closes #15929

Signed-off-by: Hang Shao hangshao@ca.ibm.com

The following 5 methods become non-public in Class.java
isPrimitiveClass()
asPrimaryType()
asValueType()
isPrimaryType()
isPrimitiveValueType()

The public version of these 5 methods are added in Access.java

Closes eclipse-openj9#15929

Signed-off-by: Hang Shao <hangshao@ca.ibm.com>
Closes eclipse-openj9#15929

Signed-off-by: Hang Shao <hangshao@ca.ibm.com>
@hangshao0
Copy link
Contributor Author

This change unblocks the Valhalla builds.

@tajila
Copy link
Contributor

tajila commented Sep 22, 2022

Jenkins test sanity,extended xlinuxval jdknext

@tajila
Copy link
Contributor

tajila commented Sep 22, 2022

Jenkins test sanity xlinuxvalst jdknext

@tajila tajila merged commit 2fb0338 into eclipse-openj9:master Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants