Skip to content

Commit

Permalink
Upgrade GraalVM Native Image for Faster Startup Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Dec 7, 2023
1 parent 9e6c85f commit 349d2a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/native-list-dir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
java-version: ['17', 'dev']
java-version: ['21', 'dev']
steps:
- uses: actions/checkout@v3
- uses: graalvm/setup-graalvm@v1
Expand All @@ -34,4 +34,3 @@ jobs:
run: |
cd native-list-dir
./build.sh
./run.sh
4 changes: 2 additions & 2 deletions javagdbnative/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ The `mvn -Pnative -DskipTests package` command will package a Java application i

### References

1. [GraalVM Tools for Java](https://www.graalvm.org/jdk17/tools/vscode/graalvm-extension/)
2. [Native Image Debug Info Feature](https://www.graalvm.org/jdk17/reference-manual/native-image/debugging-and-diagnostics/DebugInfo/)
- [GraalVM Tools for Java](https://www.graalvm.org/jdk17/tools/vscode/graalvm-extension/)
- [Native Image Debug Info Feature](https://www.graalvm.org/jdk17/reference-manual/native-image/debugging-and-diagnostics/DebugInfo/)
2 changes: 1 addition & 1 deletion native-list-dir/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GraalVM Demos: Native images for Faster Startup
# GraalVM Native Image for Faster Startup Demo

This repository contains a Java application that counts files and their sizes in a specified directory.
The demo shows how to compile this Java application ahead-of-time with Oracle GraalVM Native Image and apply Profile-Guided Optimization (PGO) for more performance gains.
Expand Down

0 comments on commit 349d2a6

Please sign in to comment.