-
Notifications
You must be signed in to change notification settings - Fork 737
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
x86: Respect disableAVX2/512 options and check XCR0 for OS support #20691
base: master
Are you sure you want to change the base?
Conversation
ba7cf9a
to
7271349
Compare
Signed-off-by: Bradley Wood <[email protected]>
Signed-off-by: Bradley Wood <[email protected]>
7271349
to
a19634e
Compare
@0xdaryl See the force-push |
Jenkins test sanity xlinux,win,osx jdk21 |
Windows nodes are offline. As this PR does have a Windows-specific component to it, can you confirm it's been built and tested on Windows? |
@0xdaryl can you relaunch? |
Jenkins test sanity.functional,sanity.openjdk win jdk21 |
Just a ping on triaging the Windows CI failures. |
I don't think any of the windows tests ran. The only obvious error I see is this:
|
Jenkins test sanity.functional,sanity.openjdk win jdk21 |
I sniffed at the CI failures and see at least one JVM crash with an illegal instruction exception: |
Probably issue #21000? All the crashes happen in byte array hashcode with -XX:-UseCompressedOops. I will try to confirm soon... |
|
Prereq eclipse-omr/omr#7602
Issue: #19408