Skip to content

Conversation

david-beaumont
Copy link
Contributor

@david-beaumont david-beaumont commented Sep 17, 2025

THIS IS NOT FOR CODE REVIEW - DO NOT REVIEW THIS

Rollup of all current preview mode work for Valhalla.
Because the work I've put into JDK mainline (as far back as July) is not yet integrated into Valhalla, this work cannot be considered for submission yet. However, I'm going to put it here for specific people to look at.

Because this is based off a baseline of the changes in mainline (manually patched in), it MUST be view in relation to #1596 to get the preview mode specific diffs.

david-beaumont/openjdk_valhalla@jdk_8352750_baseline...david-beaumont:openjdk_valhalla:jdk_8352750_preview_mode


Progress

  • Change must not contain extraneous whitespace

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 1597

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

Using diff file

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

@bridgekeeper
Copy link

bridgekeeper bot commented Sep 17, 2025

👋 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.

@openjdk
Copy link

openjdk bot commented Sep 17, 2025

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

@openjdk
Copy link

openjdk bot commented Sep 17, 2025

@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_preview_mode
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 openjdk bot added the merge-conflict Pull request has merge conflict with target branch label Sep 17, 2025
@david-beaumont david-beaumont force-pushed the jdk_8352750_preview_mode branch from 50c4dac to ece6a1a Compare September 17, 2025 11:16
@david-beaumont david-beaumont force-pushed the jdk_8352750_preview_mode branch from fe0bd75 to ee3dbcf Compare September 18, 2025 23:44
@openjdk openjdk bot removed the merge-conflict Pull request has merge conflict with target branch label Sep 18, 2025
* Fix test for new ModuleReference behaviour.
* Make preview mode system property dependent in classloader.
* Update benchmark for preview mode and new ImageReader methods.
@openjdk openjdk bot added the merge-conflict Pull request has merge conflict with target branch label Sep 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-conflict Pull request has merge conflict with target branch
Development

Successfully merging this pull request may close these issues.

1 participant