-
Notifications
You must be signed in to change notification settings - Fork 720
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
Valhalla: test updates for lw5 #18558
base: master
Are you sure you want to change the base?
Conversation
ab2cda2
to
13a2891
Compare
1c9a69a
to
52b6b44
Compare
e24708d
to
95b6b67
Compare
95b6b67
to
a5198a7
Compare
a5198a7
to
7d458e7
Compare
7d458e7
to
6e69408
Compare
6e69408
to
5cb9808
Compare
Signed-off-by: Theresa Mammarella <Theresa.T.Mammarella@ibm.com>
I'm creating a new issue for this work #20268. Initially this draft was to track both vm and test updates that are needed when null-restricted types had support in the extensions repository. We are now in a state where the vm has support and q types are mostly removed but javac does not. While there is a NullRestricted vm annotation supported and the ValueClass api for creating null-restricted arrays its not yet possible so src_lw5 tests can't be used yet. |
This draft is to track vm changes that are needed for OpenJ9 vm to support ValueTypes in the OpenJDK lw5 branch and will be needed once those changes have been merged to the main branch.
This is related to #18157