valhalla icon indicating copy to clipboard operation
valhalla copied to clipboard

Baseline changes of merged commits from JDK mainline.

Open david-beaumont opened this issue 2 months ago • 3 comments

THIS IS NOT FOR CODE REVIEW - DO NOT REVIEW THIS

This a baseline PR that merges all the work I need from mainline JDK on which the preview mode work is done.


Progress

  • [x] Change must not contain extraneous whitespace

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 1596

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/1596.diff

david-beaumont avatar Sep 17 '25 08:09 david-beaumont

:wave: Welcome back david-beaumont! A progress list of the required criteria for merging this PR into lworld will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

bridgekeeper[bot] avatar Sep 17 '25 08:09 bridgekeeper[bot]

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

openjdk[bot] avatar Sep 17 '25 08:09 openjdk[bot]

@david-beaumont this pull request can not be integrated into lworld due to one or more merge conflicts. To resolve these merge conflicts and update this pull request you can run the following commands in the local repository for your personal fork:

git checkout jdk_8352750_baseline
git fetch https://git.openjdk.org/valhalla.git lworld
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge lworld"
git push

openjdk[bot] avatar Sep 17 '25 09:09 openjdk[bot]

@david-beaumont This pull request has been inactive for more than 8 weeks and will be automatically closed if another 8 weeks passes without any activity. To avoid this, simply issue a /touch or /keepalive command to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

bridgekeeper[bot] avatar Nov 12 '25 20:11 bridgekeeper[bot]