-
Notifications
You must be signed in to change notification settings - Fork 740
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
OpenJDK java/lang/Thread/SleepSanity Duration 999ms, expected >= 1000ms #17638
Comments
Issues eclipse-openj9/openj9#16965 eclipse-openj9/openj9#17638 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Issues eclipse-openj9/openj9#16965 eclipse-openj9/openj9#17638 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Issues eclipse-openj9/openj9#16965 eclipse-openj9/openj9#17638 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
Issues eclipse-openj9/openj9#16965 eclipse-openj9/openj9#17638 Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
This is a new test, not a new problem. I reproduced the failure in
|
And also in
|
I think the problem is in thrdsup.h for Windows. That code computes how long the thread has waited by comparing the results of two calls to [1] https://learn.microsoft.com/en-us/windows/win32/api/sysinfoapi/nf-sysinfoapi-gettickcount |
The test fails in hotspot VMs as well:
|
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_x86-64_mac_OMR_testList_1/104/
|
So macOS too? I have (had?) some work-in-progress to address this problem on Windows, but it got put on the back burner because it never seemed like a significant problem in practice. Does anyone disagree? |
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_x86-64_windows_Nightly/1
jdk_lang_0, jdk_lang_j9_0 (passed in jdk_lang_1)
java/lang/Thread/SleepSanity.java
The text was updated successfully, but these errors were encountered: