Gita Koblents
Gita Koblents
> @gita-omr are you referring to run individual tests like `jdk/incubator/vector/Byte128VectorTests.java` (there is a grinder option to do so) instead of `jdk_vector_0`? Maybe we can try that?
> wondering if i need to launch some tests on vector api (which release? how to enable -- with specific options i figured?) No special options are needed. I believe...
> Is it still going to work for versions prior to jdk22? Good question: no it will not.
> @gita-omr Can you use `ifdefs` or support both versions of the method? Sorry, I probably should've mentioned earlier: by support I did not mean functional support. These tests try...
Fixed line endings
Changed to `#if JAVA_SPEC_VERSION
Most likely signatures of some Vector API methods have changed. I will look at it today.
This PR should fix the problem: https://github.com/eclipse-openj9/openj9/pull/18965
> @gita-omr @r30shah The above [jdk_vector_xxx tests](https://github.com/adoptium/aqa-tests/issues/4573#issuecomment-2067507293) failed due to `#VECTOR API` missing from *.jtr file. Please take a look to see if there is any real issue. Note: all...