Skip to content
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

(0.43) Virtual Thread Support #73

Merged
merged 8 commits into from
Nov 20, 2023

Conversation

babsingh
Copy link
Member

Alan Bateman and others added 8 commits November 20, 2023 09:52
…errupt status

Reviewed-by: rpressler, dholmes, jpai
…d be replaced

Reviewed-by: aturbanov, shade, dfuchs
…ore thawing

Reviewed-by: pchilanomate, mgronlun, sspitsyn
…ED_WAITING virtual thread is timed parked

Reviewed-by: sspitsyn, rpressler
ParkALot launches a number of virtual threads and expects each thread
to park and unpark 500_000 times. The test takes a lot of time to
execute, leading to timeouts in Jenkins testing.

The number of park and unpark iterations is reduced to 5_000, which is
sufficient to verify functional behaviour. Further, the reduced
iterations allow the test to pass in a reasonable time in Jenkins
testing.

vm.debug is set to false for OpenJ9. So, the vm.debug=true variant is
left unmodified.

Related: eclipse-openj9/openj9#18444

Signed-off-by: Babneet Singh <[email protected]>
@babsingh babsingh requested a review from tajila November 20, 2023 17:54
@tajila tajila merged commit 23a2572 into ibmruntimes:v0.43.0-release Nov 20, 2023
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants