Skip to content

Merge jdk:jdk-27+14#211

Open
rkennke wants to merge 1454 commits intoopenjdk:masterfrom
rkennke:merge-jdk-27+14
Open

Merge jdk:jdk-27+14#211
rkennke wants to merge 1454 commits intoopenjdk:masterfrom
rkennke:merge-jdk-27+14

Conversation

@rkennke
Copy link
Copy Markdown
Collaborator

@rkennke rkennke commented Mar 26, 2026

Merging from upstream jdk-27+14.

Most notably, this merges the new object monitor table (JDK-8373595), which poses a little problem on the fast-path of the monitor lookup. I disabled that fast-path for now, added comments and opened JDK-8380981 to track it.

Testing:

  • tier1 (-UCOH)
  • tier1 (+UCOH)

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

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 211

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/lilliput/pull/211.diff

Using Webrev

Link to Webrev Comment

xmas92 and others added 30 commits March 3, 2026 06:49
…-identifier" l10n key

Reviewed-by: almatvee
Reviewed-by: azvegint, serb, prr
…nt.java#id4 failed

Reviewed-by: kevinw, dholmes
…JDK-8378110 (RuntimeMXBean.getInputArguments())

Reviewed-by: syan, kevinw
… smallest index

Reviewed-by: rriggs, vyazici
…ocessBuilder test, and re-enable tests

Reviewed-by: stuefe
… local var initializer has been type checked

Reviewed-by: vromero
…essing during error reporting

Co-authored-by: Yasumasa Suenaga <ysuenaga@openjdk.org>
Reviewed-by: ysuenaga, iwalulya
…compiling huge switch statement

Reviewed-by: rasbold, dfenacci, mchevalier
galderz and others added 18 commits March 18, 2026 06:49
…16 intrinsics

Reviewed-by: dfenacci, rgiulietti, rriggs
…n_prefetch

Reviewed-by: mdoerr, kvn, tschatzl
…n: Could not find specified process"

Reviewed-by: kevinw, sgehwolf
…ve to current JDK native memory use

Reviewed-by: azafari
Reviewed-by: chagedorn, snatarajan, roland
@bridgekeeper
Copy link
Copy Markdown

bridgekeeper bot commented Mar 26, 2026

👋 Welcome back rkennke! 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
Copy Markdown

openjdk bot commented Mar 26, 2026

@rkennke This change now passes all automated pre-integration checks.

ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.

After integration, the commit message for the final commit will be:

Merge

You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.

At the time when this comment was updated there had been no new commits pushed to the master branch. If another commit should be pushed before you perform the /integrate command, your PR will be automatically rebased. If you prefer to avoid any potential automatic rebasing, please check the documentation for the /integrate command for further details.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

@openjdk openjdk bot added the clean Identical backport; no merge resolution required label Mar 26, 2026
@rkennke rkennke marked this pull request as ready for review March 26, 2026 18:24
@openjdk openjdk bot added ready Pull request is ready to be integrated rfr Pull request is ready for review labels Mar 26, 2026
@mlbridge
Copy link
Copy Markdown

mlbridge bot commented Mar 26, 2026

Webrevs

Roman Kennke and others added 2 commits March 29, 2026 18:08
@openjdk
Copy link
Copy Markdown

openjdk bot commented Mar 30, 2026

@rkennke Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information.

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

Labels

clean Identical backport; no merge resolution required ready Pull request is ready to be integrated rfr Pull request is ready for review

Development

Successfully merging this pull request may close these issues.