openj9
openj9 copied to clipboard
Fix ValueTypeArrayTestsJIT test failures
Once https://github.com/eclipse-openj9/openj9/pull/19911 is merged ValueTypeArrayTests can create null restricted arrays.
There are a few test failures in the JIT variations. I suspect most of them are related to the change from NullPointerException to ArrayStoreException when null is attempted to be set to a null restricted array element.
fyi @a7ehuo @hzongaro