Skip to content

v0.2.2 (2022-03-07)

Pre-release
Pre-release
Compare
Choose a tag to compare
@caizixian caizixian released this 07 Mar 03:20
· 82 commits to master since this release
34dc925

Fixed

Benchmark Suites

  • JavaBenchmarkSuite: Some DaCapo benchmarks refers to internal classes (e.g., under jdk.internal.ref), and DaCapo implemented a workaround for this behaviour in the jar. However, since we are invoking DaCapo using -cp and the name of the main class, that workaround is bypassed. That workaround is now reimplemented in running-ng through an extra JVM argument --add-exports.