-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
compiler/loopopts/TestUnrollLimitPreciseType.java#test1 fails on 32-bit platforms with Unknown VM option 'MaxVectorSize=64' #5475
Comments
Ideally this testcase exclusion would be reported upstream (in which case our problem lists can be changed to refer to the upstream issue and this one be closed) and/or added to upstream problem lists, in which case we can remove the exclusion from our problemlists, since we use both ours and upstream problem lists when executing test material. |
I will write a JBS report for this. |
Though first I will see what happened in 11+ compared to 8... |
This test is in
aqa-tests/openjdk/playlist.xml Line 499 in 6c93937
|
Also noting for history, this test was introduced via backports of https://bugs.openjdk.org/browse/JDK-8303466 |
July release the test was disabled for jdk11+. Grinder with hotspot_custom shows the test will be skipped with jdk11+ on win32 , passed on other platform The test will not be skipped and failed with If 32 bits cannot work with There will be two solution for JBS reports. One is update jdk8 VMProps.java or add |
Excellent, thank you for the analysis @sophia-guo I will take this info and open a JBS to try to have an appropriate upstream fix. |
Upstream JBS: https://bugs.openjdk.org/browse/JDK-8338125 |
Closed in favour of https://bugs.openjdk.org/browse/JDK-8338125 and #5494 |
Seen in July triage, compiler/loopopts/TestUnrollLimitPreciseType.java#test1 fails for x86-32_windows and arm_linux.
#5441 (comment)
Do not find any upstream issue but presume since this option is not recognized by either platform that the test should be excluded on the 2 platforms.
The text was updated successfully, but these errors were encountered: