Skip to content

Conversation

@nizarbenalla
Copy link
Member

@nizarbenalla nizarbenalla commented Nov 4, 2025

Get JDK 27 underway.


Progress

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

Integration blocker

 ⚠️ Too few reviewers with at least role reviewer found (have 0, need at least 1) (failed with updated jcheck configuration in pull request)

Issues

  • JDK-8370890: Start of release updates for JDK 27 (Bug - P4)
  • JDK-8370893: Add SourceVersion.RELEASE_27 (Sub-task - P4)
  • JDK-8370894: Add source 27 and target 27 to javac (Sub-task - P4)
  • JDK-8371071: Add SourceVersion.RELEASE_27 (CSR)
  • JDK-8371062: Add source 27 and target 27 to javac (CSR)
  • JDK-8371068: Start of release updates for JDK 27 (CSR)

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 28130

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

Using diff file

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

Using Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Nov 4, 2025

👋 Welcome back nbenalla! 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
Copy link

openjdk bot commented Nov 4, 2025

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

@openjdk openjdk bot added hotspot-runtime hotspot-runtime-dev@openjdk.org build build-dev@openjdk.org core-libs core-libs-dev@openjdk.org compiler compiler-dev@openjdk.org labels Nov 4, 2025
@openjdk
Copy link

openjdk bot commented Nov 4, 2025

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

  • build
  • compiler
  • core-libs
  • hotspot-runtime

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.

@nizarbenalla
Copy link
Member Author

/issue add 8370893
/issue add 8370894

@openjdk
Copy link

openjdk bot commented Nov 4, 2025

@nizarbenalla
Adding additional issue to issue list: 8370893: Add SourceVersion.RELEASE_27.

@openjdk
Copy link

openjdk bot commented Nov 4, 2025

@nizarbenalla
Adding additional issue to issue list: 8370894: Add source 27 and target 27 to javac.

@nizarbenalla
Copy link
Member Author

This initial version of the PR intentionally excludes the creation of the new symbol files so that the fundamental code aspects of the update are easier to see.

The GA release date is accurate.
The URL of the JVMLS will be updated in the next commit to be accurate.

@nizarbenalla nizarbenalla marked this pull request as ready for review November 4, 2025 12:18
@openjdk openjdk bot added the rfr Pull request is ready for review label Nov 4, 2025
@mlbridge
Copy link

mlbridge bot commented Nov 4, 2025

Webrevs

Copy link
Member

@jddarcy jddarcy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine so far.

Copy link
Member

@irisclark irisclark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected changes for JDK 27 looking good.

DEFAULT_VERSION_EXTRA3=0
DEFAULT_VERSION_DATE=2026-03-17
DEFAULT_VERSION_CLASSFILE_MAJOR=70 # "`$EXPR $DEFAULT_VERSION_FEATURE + 44`"
DEFAULT_VERSION_DATE=2026-09-15
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anticipated GA date confirmed.

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

Labels

build build-dev@openjdk.org compiler compiler-dev@openjdk.org core-libs core-libs-dev@openjdk.org hotspot-runtime hotspot-runtime-dev@openjdk.org rfr Pull request is ready for review

Development

Successfully merging this pull request may close these issues.

3 participants