Jie Kang

Results 54 comments of Jie Kang
trafficstars

Dacapo project now has a 23.11-chopin release here: https://github.com/dacapobench/dacapobench/releases/tag/v23.11-chopin We can try using it instead of 9.12-MR1

May be relevant: https://bugs.openjdk.org/browse/JDK-8236847 Flag `--enable-compatible-cds-alignment` was added to jib profile for linux-aarch64 (https://github.com/openjdk/jdk/blob/ad78b7fa67ba30cab2e8f496e4c765be15deeca6/make/conf/jib-profiles.js#L493) Maybe we need to add it to our build configure args?

As a workaround, I think you can disable the CDS archive, or re-generate it on your machine.

@sxa What else is on the horizon for this issue? Can it be closed as done (with new issues for new tasks)?

Thanks. To be clear, I'm curious if this is intentional or not, but I'd also prefer that behavior was the same between Java and native image.

@mcraj017 Okay sounds good; I appreciate the communication!

Data from the October CPU AQA triage can be found here: https://docs.google.com/spreadsheets/d/16vAQvYzL_-azDoD5OhQ6lObD3-suJwqKfjtABuWoIkc/edit#gid=1601438678 This has a summary sheet, and a sheet for JDK Version with a list of: suite failures, action...

> @jiekang would you be happy to submit a pull request to fix this? Yes, I'll work on a PR.

@judovana https://github.com/openjdk/jtreg/commit/8c105f2953edac0881819131f5f6836bda06ef25 has tag for [jtreg-7.4+1](https://github.com/openjdk/jtreg/releases/tag/jtreg-7.4%2B1) Can that be used and have the fix then?

> ref x86-64_alpine-linux [#5232 (comment)](https://github.com/adoptium/aqa-tests/issues/5232#issuecomment-2064296943) > > Our alpine314 machine was using JDK21 as its default java while the TC node uses JDK11. I switched ours to use JDK11 and...