eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 721 forks source link

Valhalla: update and consolidate tests with null-restricted javac support #20268

Open theresa-m opened 2 weeks ago

theresa-m commented 2 weeks ago

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

github-actions[bot] commented 2 weeks ago

Issue Number: 20268 Status: Open Recommended Components: comp:test, comp:vm, comp:build Recommended Assignees: hangshao0, theresa-m, keithc-ca

theresa-m commented 2 weeks ago

https://github.com/eclipse-openj9/openj9/pull/18558 was previously opened to track some of this work.

theresa-m commented 2 weeks ago

https://github.com/eclipse-openj9/openj9/pull/20250/files#diff-d12d08021421d66e60440fb1e3bd9aca17ee85d1f3cd9402eac772d96f7a1ca4R123 is also related.