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

Always create nullable array before null-restricted #20139

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

theresa-m
Copy link
Contributor

@theresa-m theresa-m commented Sep 9, 2024

Always create a nullable array before a null-restricted array to better align with JIT assumptions that the nullable array should exist. See discussion #19914 (comment)

I also defined J9CLASS_GET_NULLRESTRICTED_ARRAY outside of J9VM_OPT_VALHALLA_FLATTENABLE_VALUE_TYPES for JIT use #20112 (comment)

fyi @a7ehuo

Related to #17340

@theresa-m theresa-m requested a review from hangshao0 September 9, 2024 21:22
@theresa-m theresa-m added comp:vm project:valhalla Used to track Project Valhalla related work labels Sep 9, 2024
runtime/vm/classsupport.c Outdated Show resolved Hide resolved
runtime/vm/classsupport.c Outdated Show resolved Hide resolved
runtime/vm/createramclass.cpp Outdated Show resolved Hide resolved
@hangshao0
Copy link
Contributor

Jenkins test sanity,extended zlinuxval jdknext

@hangshao0
Copy link
Contributor

Jenkins test sanity amac jdk21

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

Successfully merging this pull request may close these issues.

2 participants