zzambers
zzambers
Backport fixing several tables in `doc/building.md`, so they would display correctly in GitHub. Changes to `doc/building.html` were done manually, as there are some differences to table contents. Also table in...
Updates GHA to use Debian `bullseye` for cross build sysroot. Motivation for this are broken builds on s390x and ppc64le in recent test runs. This is due to disappearance of...
Backport fixes 2 tests failures, when newer jtreg is used (6+1). Affects only test code. It excludes changes to `test/jdk/java/lang/ProcessHandle/PermissionTest.java` as jdk8 does not have this file (ProcessHandle is jdk9+)....
This is second step in the effort to unify duplicate test libraries in jdk8 into single shared test library (as in newer jdks). Motivation is to remove code duplication and...
Fixes for various issues in "building" doc: - removed information about mercurial and replaced with git as appropriate (as mercurial repos are no longer active) - fixed broken section references...
Backport fixes test failure on some systems (RHEL-8): `sun/security/pkcs11/KeyStore/SecretKeysBasic.sh` Changeset to `P11Key.java`, with path adjusted, applied cleanly. No change to `ProblemList.txt`, as test was not problem listed on jdk8u. **Testing:**...
There is a test failure with updated hotspot targets on linux s390x: https://github.com/adoptium/aqa-tests/pull/5367#issuecomment-2176307709 **serviceability/dtrace/DTraceOptionsTest.java#enabled.DTraceOptionsTest_enabled** ``` 13:13:45 rerun: 13:13:45 cd /home/jenkins/workspace/Grinder/aqa-tests/TKG/output_1718709111198/hotspot_serviceability_0/work/scratch && \ 13:13:45 DISPLAY=:0 \ 13:13:45 HOME=/home/jenkins \ 13:13:45 LANG=en_US.UTF-8...
Failures were discovered with updated hotspot targets on aix ppc64: https://github.com/adoptium/aqa-tests/pull/5367#issuecomment-2163440399
Multiple failures were discovered with updated hotspot targets on windows x86: https://github.com/adoptium/aqa-tests/pull/5367#issuecomment-2160774225
As far as I know openjdk targets now usually run in 2 configurations: - with compressed references explicitly enabled using `-XX:+UseCompressedOops` - with compressed references explicitly disabled using `-XX:-UseCompressedOops` There...