Skip to content

Commit de0c31c

Browse files
committed
Update Changelog and ci files.
1 parent 33de3d6 commit de0c31c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

espresso/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Added experimental support for JVMCI. It can be enabled with the `java.EnableJVMCI` option.
66
* Added experimentation support for `-javaagent`. It can also be enabled from the polyglot API with `java.JavaAgent.$i` option set to `/path/to/jar=agent-options` where `$i` starts at 0 and increments by 1 for each extra java agent.
77
* Added the `org.graalvm.continuations.IdentityHashCodes` class, providing utilities for restoring identity hashcodes. This may be used for more properly deserializing continuations.
8+
* Added support for guest Java version 25.
89

910
## Version 24.2.0
1011
### User-visible changes

espresso/ci/ci_common/common.jsonnet

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,12 @@ local benchmark_suites = ['dacapo', 'renaissance', 'scala-dacapo'];
117117
darwin_aarch64_21: self.espresso_jdk_21 + graal_common.labsjdkLatest + self.darwin_aarch64,
118118
windows_21: self.espresso_jdk_21 + graal_common.labsjdkLatest + self.windows + devkits["windows-jdk-latest"],
119119

120-
linux_amd64_latest: graal_common.labsjdkLatest + self.linux_amd64,
121-
120+
linux_amd64_latest: graal_common.labsjdkLatest + self.linux_amd64,
122121

123122
linux_amd64_graalvm21: self.espresso_jdk_21 + graal_common.graalvmee21 + self.espresso_jdk_21_llvm + self.linux_amd64,
124123

124+
125+
125126
// precise targets and capabilities
126127
jdkLatest_gate_linux_amd64 : self.gate + self.linux_amd64_latest,
127128
jdk21_gate_linux_amd64 : self.gate + self.linux_amd64_21,
@@ -163,7 +164,8 @@ local benchmark_suites = ['dacapo', 'renaissance', 'scala-dacapo'];
163164
jdk21_on_demand_bench_linux : self.onDemandBench + self.linux_amd64_21 + self.x52,
164165
jdk21_on_demand_bench_darwin : self.onDemandBench + self.darwin_amd64_21,
165166
jdk21_on_demand_bench_windows : self.onDemandBench + self.windows_21,
166-
167+
jdkLatest_weekly_linux_amd64 : self.weekly + self.linux_amd64_latest,
168+
167169
// shared snippets
168170
eclipse: graal_common.deps.eclipse,
169171

0 commit comments

Comments
 (0)