Skip to content

8386108: [leyden] Implement JEP: Ahead-of-Time Code Compilation#113

Closed
vnkozlov wants to merge 1 commit into
openjdk:premain2from
vnkozlov:8380476
Closed

8386108: [leyden] Implement JEP: Ahead-of-Time Code Compilation#113
vnkozlov wants to merge 1 commit into
openjdk:premain2from
vnkozlov:8380476

Conversation

@vnkozlov

@vnkozlov vnkozlov commented Jun 6, 2026

Copy link
Copy Markdown
Collaborator

Pushing to new premain2 branch AOT code caching implementation from mainline PR: openjdk/jdk#30778

Tested: tier1-5



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

Issue

  • JDK-8386108: [leyden] Implement JEP: Ahead-of-Time Code Compilation (Enhancement - P4)

Reviewers

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 113

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/leyden/pull/113.diff

Using Webrev

Link to Webrev Comment

@bridgekeeper

bridgekeeper Bot commented Jun 6, 2026

Copy link
Copy Markdown

👋 Welcome back kvn! A progress list of the required criteria for merging this PR into premain2 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 Jun 6, 2026

Copy link
Copy Markdown

@vnkozlov 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:

8386108: [leyden] Implement JEP: Ahead-of-Time Code Compilation

Reviewed-by: iklam

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 premain2 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 premain2 branch, type /integrate in a new comment.

@vnkozlov vnkozlov changed the title [leyden] Implement JEP: Ahead-of-Time Code Compilation 8386108: [leyden] Implement JEP: Ahead-of-Time Code Compilation Jun 6, 2026
@openjdk openjdk Bot added the rfr Pull request is ready for review label Jun 6, 2026
@mlbridge

mlbridge Bot commented Jun 6, 2026

Copy link
Copy Markdown

Webrevs

@vnkozlov vnkozlov self-assigned this Jun 6, 2026

@iklam iklam left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@openjdk openjdk Bot added the ready Pull request is ready to be integrated label Jun 8, 2026
@vnkozlov

vnkozlov commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator Author

Thank you, @iklam, for review.

@vnkozlov

vnkozlov commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator Author

/integrate

@openjdk

openjdk Bot commented Jun 8, 2026

Copy link
Copy Markdown

Going to push as commit 33cbf5e.

@openjdk openjdk Bot added the integrated Pull request has been integrated label Jun 8, 2026
@openjdk openjdk Bot closed this Jun 8, 2026
@openjdk openjdk Bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Jun 8, 2026
@openjdk

openjdk Bot commented Jun 8, 2026

Copy link
Copy Markdown

@vnkozlov Pushed as commit 33cbf5e.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

@vnkozlov vnkozlov deleted the 8380476 branch June 8, 2026 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

integrated Pull request has been integrated

Development

Successfully merging this pull request may close these issues.

2 participants