Skip to content

Commit 6c16a30

Browse files
committed
jdk -> jdk14-crac
1 parent 7a7f1b1 commit 6c16a30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/mavenpublish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ jobs:
5353
- name: Download JDK
5454
run: |
5555
utils/download-jdk.sh
56-
sudo tar -axf jdk.tar.gz
56+
sudo tar -axf jdk14-crac.tar.gz
5757
5858
- name: Prepare warm checkpoint
5959
run: |
6060
P=$(utils/start-bg.sh \
6161
-s "Started Application" \
6262
-e exitcode \
63-
jdk/bin/java \
63+
jdk14-crac/bin/java \
6464
-Zcheckpoint:cr \
6565
-XX:+UnlockDiagnosticVMOptions \
6666
-XX:+CRTraceStartupTime \
@@ -75,12 +75,12 @@ jobs:
7575
run: |
7676
P=$(utils/start-bg.sh \
7777
-s "restore-finish" \
78-
jdk/bin/java -Zrestore:cr)
78+
jdk14-crac/bin/java -Zrestore:cr)
7979
curl -X POST -H "Content-Type: text/plain" -d "$(<example.xml)" localhost:8080/transform | grep "My Article"
8080
utils/bench.sh -H "Content-type: text/plain" "http://localhost:8080/transform POST < example.xml"
8181
kill $P
8282
8383
- name: Test C/RaC startup time
8484
run:
85-
timeout 3 bash -c "jdk/lib/javatime ; jdk/bin/java -Zrestore:cr"
85+
timeout 3 bash -c "jdk14-crac/lib/javatime ; jdk14-crac/bin/java -Zrestore:cr"
8686
| utils/sel.awk -v from=prestart -v to=restore-finish

0 commit comments

Comments
 (0)