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

JEP 453: Structured Concurrency (Preview) #17487

Closed
pshipton opened this issue May 31, 2023 · 5 comments
Closed

JEP 453: Structured Concurrency (Preview) #17487

pshipton opened this issue May 31, 2023 · 5 comments

Comments

@pshipton
Copy link
Member

See Structured Concurrency (Preview)

@pshipton pshipton added this to the Java 21 milestone May 31, 2023
@pshipton
Copy link
Member Author

@tajila @babsingh @fengxue-IS

@babsingh
Copy link
Contributor

All current testing for structured concurrency passes in JDK20. Will keep monitoring the JEP's state periodically.

@tajila
Copy link
Contributor

tajila commented May 31, 2023

All current testing for structured concurrency passes in JDK20. Will keep monitoring the JEP's state periodically.

Are all tests re-enabled?

@babsingh
Copy link
Contributor

babsingh commented May 31, 2023

Are all tests re-enabled?

Yes. References:

Only one RI specific test is disabled, StructuredThreadDumpTest (#15278), since it cannot be supported with OpenJ9.

Current tests in JDK20: https://github.com/ibmruntimes/openj9-openjdk-jdk20/tree/openj9/test/jdk/jdk/incubator/concurrent/StructuredTaskScope

@babsingh
Copy link
Contributor

babsingh commented Jul 31, 2023

re #17487 (comment): The last disabled structured concurrency OpenJDK/jtreg test was enabled through #17709.

Closing since all OpenJDK/jtreg tests for structured concurrency pass and have been enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants