Skip to content

Conversation

shipilev
Copy link
Member

@shipilev shipilev commented Sep 4, 2025

Includes #93.


Progress

  • Change must not contain extraneous whitespace
  • Change must be properly reviewed (1 review required, with at least 1 Committer)

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 96

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

Using diff file

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

@shipilev
Copy link
Member Author

shipilev commented Sep 4, 2025

Sample perf result:

Benchmark 1: build/linux-x86_64-server-release/images/jdk/bin/java -Xms64m -Xmx1g -XX:+UseSerialGC \
  -XX:AOTCache=app.aot \
  -cp JavacBenchApp.jar JavacBenchApp 50
  Time (mean ± σ):     454.5 ms ±   4.2 ms    [User: 1098.7 ms, System: 128.3 ms]
  Range (min … max):   447.1 ms … 462.7 ms    30 runs
 
Benchmark 1: build/linux-x86_64-server-release/images/jdk/bin/java -Xms64m -Xmx1g -XX:+UseSerialGC \
  -XX:AOTCache=app.aot -XX:TieredStopAtLevel=1 \
  -cp JavacBenchApp.jar JavacBenchApp 50
  Time (mean ± σ):     429.7 ms ±   3.0 ms    [User: 458.9 ms, System: 63.9 ms]
  Range (min … max):   424.2 ms … 437.5 ms    30 runs
 
Benchmark 1: build/linux-x86_64-server-release/images/jdk/bin/java -Xms64m -Xmx1g -XX:+UseSerialGC \
  -XX:AOTCache=app.aot -XX:+UnlockExperimentalVMOptions -XX:+PreloadOnly \
  -cp JavacBenchApp.jar JavacBenchApp 50
  Time (mean ± σ):     430.6 ms ±   2.5 ms    [User: 434.8 ms, System: 60.6 ms]
  Range (min … max):   425.9 ms … 437.4 ms    30 runs
 
Benchmark 1: build/linux-x86_64-server-release/images/jdk/bin/java -Xms64m -Xmx1g -XX:+UseSerialGC \
  -XX:AOTCache=app.aot -XX:+UnlockExperimentalVMOptions -XX:+PreloadAndC1Only  \
  -cp JavacBenchApp.jar JavacBenchApp 50
  Time (mean ± σ):     340.5 ms ±   2.3 ms    [User: 406.8 ms, System: 68.2 ms]
  Range (min … max):   337.0 ms … 345.5 ms    30 runs

@bridgekeeper
Copy link

bridgekeeper bot commented Sep 4, 2025

👋 Welcome back shade! A progress list of the required criteria for merging this PR into premain 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 4, 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

⚠️ @shipilev This pull request contains merges that bring in commits not present in the target repository. Since this is not a "merge style" pull request, these changes will be squashed when this pull request in integrated. If this is your intention, then please ignore this message. If you want to preserve the commit structure, you must change the title of this pull request to Merge <project>:<branch> where <project> is the name of another project in the OpenJDK organization (for example Merge jdk:master).

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

Successfully merging this pull request may close these issues.

1 participant