On Mon, 13 Apr 2026 06:27:15 GMT, Alan Bateman <[email protected]> wrote:
> This is the API, implementation and test changes for [JEP > 533](https://openjdk.org/jeps/533). > > The API changes are as per the summary in the JEP. Most of the changes in the > PR are to the API docs as this update includes a pass over the docs to > improve the readability and links. The Exception Handling section in the > class description moves to after the Configuration section so the class > description will look like it has more changes that it actually has. For the > API docs then it might be easier to read the generated [API > docs](https://cr.openjdk.org/~alanb/sc-jdk27/api/java.base/java/util/concurrent/StructuredTaskScope.html) > rather the source. > > The implementation changes are most trivial. Much of the test changes are > mechanical but there are a few new tests for new conditions and the new > factory methods. > > API discussion should go to loom-dev, not the PR. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: 4f3edc37 Author: Alan Bateman <[email protected]> URL: https://git.openjdk.org/jdk/commit/4f3edc376a2333ed9654f954f29cf4dd178e00d7 Stats: 1487 lines in 10 files changed: 636 ins; 241 del; 610 mod 8380109: Implement JEP 533: Structured Concurrency (Seventh Preview) Reviewed-by: vklang ------------- PR: https://git.openjdk.org/jdk/pull/30695
