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

Remove Class.isPrimitiveClass and outdated methods #19736

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

theresa-m
Copy link
Contributor

Related to #18157

Closes: #13615

@theresa-m theresa-m requested a review from hangshao0 June 19, 2024 16:16
@theresa-m theresa-m added comp:vm project:valhalla Used to track Project Valhalla related work labels Jun 19, 2024
@hangshao0
Copy link
Contributor

There are code changes in JIT here related to the removal of Class.isPrimitiveClass(). Adding @hzongaro and @a7ehuo as reviewers.

@a7ehuo
Copy link
Contributor

a7ehuo commented Jun 21, 2024

The related change in the JIT under runtime/compiler for the removal of java_lang_Class_isPrimitiveClass looks good to me. Thank you very much for the update @theresa-m!

Copy link
Member

@hzongaro hzongaro left a comment

Choose a reason for hiding this comment

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

The JIT changes look good to me. Thanks!

@hangshao0
Copy link
Contributor

@theresa-m There is a merge conflict.

@theresa-m
Copy link
Contributor Author

I fixed the merge conflict.

@hangshao0
Copy link
Contributor

Jenkins test sanity,extended zlinuxval jdknext

@hangshao0
Copy link
Contributor

Jenkins test sanity,extended amac jdk21

@hangshao0 hangshao0 merged commit 7905c54 into eclipse-openj9:master Jun 24, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:jit comp:vm project:valhalla Used to track Project Valhalla related work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ValueTypes: add new java.lang.Class API methods
4 participants