-
Notifications
You must be signed in to change notification settings - Fork 736
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: update and consolidate tests with null-restricted javac support #20268
Labels
Comments
theresa-m
added
project:valhalla
Used to track Project Valhalla related work
comp:test
labels
Oct 1, 2024
Issue Number: 20268 |
#18558 was previously opened to track some of this work. |
theresa-m
added a commit
to theresa-m/openj9
that referenced
this issue
Nov 1, 2024
These tests cannot be expressed without an lw5 level javac. These will be enabled when tests are migrated to the src_lw5 versions which is related to eclipse-openj9#20268. Signed-off-by: Theresa Mammarella <[email protected]>
theresa-m
added a commit
to theresa-m/openj9
that referenced
this issue
Nov 1, 2024
These tests cannot be expressed without an lw5 level javac. These will be enabled when tests are migrated to the src_lw5 versions which is related to eclipse-openj9#20268. Signed-off-by: Theresa Mammarella <[email protected]>
zl-wang
pushed a commit
to zl-wang/openj9
that referenced
this issue
Nov 11, 2024
These tests cannot be expressed without an lw5 level javac. These will be enabled when tests are migrated to the src_lw5 versions which is related to eclipse-openj9#20268. Signed-off-by: Theresa Mammarella <[email protected]>
ThanHenderson
pushed a commit
to ThanHenderson/openj9
that referenced
this issue
Nov 25, 2024
These tests cannot be expressed without an lw5 level javac. These will be enabled when tests are migrated to the src_lw5 versions which is related to eclipse-openj9#20268. Signed-off-by: Theresa Mammarella <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once javac has support for null-restricted fields the Valhalla tests will need to be updated by either transitioning from src_qtypes to src_lw5 tests. It hasn't been possible since the last extensions update to run OpenJ9 with src_lw5 tests since the OpenJDK lw5 branch I was using before still relies on the ACC_VALUE flag. Before transitioning any updates that have recently been made to the src_qtypes tests will need to be added to src_lw5.
fyi @hangshao0
The text was updated successfully, but these errors were encountered: