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

Exclude TestHandshake in JDK17 and JDK21 #5279

Merged
merged 1 commit into from
May 2, 2024

Conversation

babsingh
Copy link
Contributor

@babsingh babsingh commented May 2, 2024

The new async handshake approach to fix synchronization issues was
introduced only in JDK22.

See https://bugs.openjdk.org/browse/JDK-8310644 for more details on
the async handshake approach.

JDK17 and JDK21 still use the old implementation, which has
synchronization issues. Thus, TestHandshake is being excluded in
JDK17 and JDK21.

Related: eclipse-openj9/openj9#13211

Signed-off-by: Babneet Singh [email protected]

The new async handshake approach to fix synchronization issues was
introduced only in JDK22.

See https://bugs.openjdk.org/browse/JDK-8310644 for more details on
the async handshake approach.

JDK17 and JDK21 still use the old implementation, which has
synchronization issues. Thus, TestHandshake is being excluded in
JDK17 and JDK21.

Related: eclipse-openj9/openj9#13211

Signed-off-by: Babneet Singh <[email protected]>
@babsingh
Copy link
Contributor Author

babsingh commented May 2, 2024

fyi @pshipton

@pshipton pshipton requested a review from JasonFengJ9 May 2, 2024 20:52
@JasonFengJ9 JasonFengJ9 merged commit f0319c1 into adoptium:master May 2, 2024
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