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

svm: fix for JDK 21.0.4 after the downport of "8315373: Change VirtualThread to unmount after freezing, re-mount before thawing" and dependent changes #736

Closed
wants to merge 4 commits into from

Conversation

zakkak
Copy link
Collaborator

@zakkak zakkak commented May 16, 2024

Clone of @simonis' upstream PR graalvm/graalvm-for-jdk21-community-backports#1 to get our CI back to green.

  • svm: adopt "JDK-8312498 Thread::getState and JVM TI GetThreadState should return TIMED_WAITING virtual thread is timed parked" [GR-48899]
  • [GR-48899] Support TIMED_WAITING for virtual threads.
  • svm: adopt "JDK-8321270: Virtual Thread.yield consumes parking permit" [GR-50851]
  • svm: fix for JDK 21.0.4 after the downport of "8315373: Change VirtualThread to unmount after freezing, re-mount before thawing" and dependnet changes

zapster and others added 3 commits May 16, 2024 15:19
…ould return TIMED_WAITING virtual thread is timed parked" [GR-48899]

(cherry picked from commit 421ff99)
@zakkak zakkak requested a review from jerboaa May 16, 2024 12:23
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 16, 2024
@zakkak zakkak linked an issue May 16, 2024 that may be closed by this pull request
@zakkak
Copy link
Collaborator Author

zakkak commented May 16, 2024

Switching to draft as it seems to fail...

@zakkak zakkak marked this pull request as draft May 16, 2024 12:43
@jerboaa jerboaa changed the title svm: fix for JDK 21.0.4 after the downport of "8315373: Change VirtualThread to unmount after freezing, re-mount before thawing" and dependnet changes svm: fix for JDK 21.0.4 after the downport of "8315373: Change VirtualThread to unmount after freezing, re-mount before thawing" and dependent changes May 22, 2024
@zakkak
Copy link
Collaborator Author

zakkak commented May 22, 2024

Superseded by #738

@zakkak zakkak closed this May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mandrel 23.1 fails to build with 21.0.4-beta+1-ea
4 participants