Skip to content

8391460: Implement JEP xxx: Structured Concurrency - #32602

Draft
AlanBateman wants to merge 1 commit into
openjdk:masterfrom
AlanBateman:JDK-8391460
Draft

8391460: Implement JEP xxx: Structured Concurrency#32602
AlanBateman wants to merge 1 commit into
openjdk:masterfrom
AlanBateman:JDK-8391460

Conversation

@AlanBateman

@AlanBateman AlanBateman commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

TBD



Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • Change requires CSR request JDK-8391461 to be approved

Issues

  • JDK-8391460: Implement JEP xxx: Structured Concurrency (Enhancement - P4)
  • JDK-8391461: Implement JEP xxx: Structured Concurrency (CSR)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/32602/head:pull/32602
$ git checkout pull/32602

Update a local copy of the PR:
$ git checkout pull/32602
$ git pull https://git.openjdk.org/jdk.git pull/32602/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 32602

View PR using the GUI difftool:
$ git pr show -t 32602

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/32602.diff

@bridgekeeper

bridgekeeper Bot commented Aug 31, 2026

Copy link
Copy Markdown

👋 Welcome back alanb! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk

openjdk Bot commented Aug 31, 2026

Copy link
Copy Markdown

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk Bot changed the title 8391460 8391460: Implement JEP xxx: Structured Concurrency Aug 31, 2026
@openjdk openjdk Bot added csr Pull request needs approved CSR before integration security security-dev@openjdk.org core-libs core-libs-dev@openjdk.org compiler compiler-dev@openjdk.org labels Aug 31, 2026
@openjdk

openjdk Bot commented Aug 31, 2026

Copy link
Copy Markdown

@AlanBateman The following labels will be automatically applied to this pull request:

  • compiler
  • core-libs
  • security

When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command.

@AlanBateman

Copy link
Copy Markdown
Contributor Author

/label remove compiler
/label remove security

@openjdk openjdk Bot removed the compiler compiler-dev@openjdk.org label Aug 31, 2026
@openjdk

openjdk Bot commented Aug 31, 2026

Copy link
Copy Markdown

@AlanBateman
The compiler label was successfully removed.

@openjdk openjdk Bot removed the security security-dev@openjdk.org label Aug 31, 2026
@openjdk

openjdk Bot commented Aug 31, 2026

Copy link
Copy Markdown

@AlanBateman
The security label was successfully removed.

Comment thread src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java
@ExE-Boss

ExE-Boss commented Sep 2, 2026

Copy link
Copy Markdown

Will InheritableThreadLocal​::childValue(…) be enhanced to allow determining whether the new thread is being created as part of a StructuredTaskScope?

@AlanBateman

Copy link
Copy Markdown
Contributor Author

Will InheritableThreadLocal​::childValue(…) be enhanced to allow determining whether the new thread is being created as part of a StructuredTaskScope?

Best to bring this to loom-dev mailing list as InheritableThreadLocal has been discussed a number of times already.

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

Labels

core-libs core-libs-dev@openjdk.org csr Pull request needs approved CSR before integration

Development

Successfully merging this pull request may close these issues.

3 participants