-
Notifications
You must be signed in to change notification settings - Fork 729
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
Handle multi-dimensional stable arrays #16522
Handle multi-dimensional stable arrays #16522
Conversation
gita-omr
commented
Jan 8, 2023
- derive array dimension from the signature
- create known object with a stable array rank that is equal to array's dimension
- when dereferencing stable array, create a known object that is stable array with rank-1 (unless new rank is 0).
Jenkins test sanity all jdk8,jdk19 |
Jenkins test sanity ppc64_aix,x86-64_mac jdk8,jdk19 |
a6426b6
to
82e6b04
Compare
Addressed comments. |
Jenkins test sanity all jdk8,jdk11,jdk17 |
All checks have passed. Please amend the commit message to remove the "WIP:" prefix left over at the start of its subject line. (Sorry, I didn't notice it before starting the builds.) |
- derive array dimension from the signature - create known object with a stable array rank that is equal to array's dimension - when dereferencing stable array, create a known object that is stable array with rank-1 (unless new rank is 0).
82e6b04
to
265b607
Compare
Removed WIP from the commit message. |
The latest push changed only the commit message, so all checks have already passed on this code. Merging. |