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

JDK23 adds JVM_VirtualThreadDisableSuspend #18667

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

JasonFengJ9
Copy link
Member

JDK23 adds JVM_VirtualThreadDisableSuspend

JVM_VirtualThreadDisableSuspend was added for JDK23 instead.

Related to

Signed-off-by: Jason Feng fengj@ca.ibm.com

JVM_VirtualThreadDisableSuspend was added for JDK23 instead.

Signed-off-by: Jason Feng <fengj@ca.ibm.com>
@pshipton
Copy link
Member

jenkins compile alinux jdk22,jdknext

@pshipton pshipton merged commit a9666de into eclipse-openj9:master Dec 21, 2023
5 checks passed
@JasonFengJ9 JasonFengJ9 deleted the jdk23vt branch December 21, 2023 14:31
babsingh added a commit to babsingh/openj9 that referenced this pull request Dec 22, 2023
Enable JVM_VirtualThreadDisableSuspend in JDK22. A PR has been
opened to move it to JDK22 in the RI. Eventually, we will see this
method in JDK22.

The above method is invoked in the VirtualThread class. So, the
assertion in the stub will trigger and cause failures in the builds.

Leaving the stub empty should be fine. See eclipse-openj9#18671 for more details.

Related:
- eclipse-openj9#18671
- eclipse-openj9#18667
- eclipse-openj9#18663

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants