zzambers
zzambers
System: test-docker-debian12-x64-1 https://ci.adoptium.net/view/Test_grinder/job/Grinder/10666/console System seems to be running out of disk space: ``` ... 16:01:20 java.nio.file.FileSystemException: /home/jenkins/workspace/Grinder: No space left on device 16:01:20 at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:100) 16:01:20 at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) 16:01:20 at...
Updates GHA workflow to Ubuntu 22.04. **Notes:** - code changes were done manually here (GHA workflows were rewritten in newer JDKs) - Ubuntu 20.04 runner image for GHA is already...
We are facing issue with internal jdk8 build (created by this builder), with bundled freetype: ``` java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-1.8.0-openjdk-jdk8u452.b07-0.ojdk8~u~upstream.hotspot.release.sdk.el7.x86_64.tarxz/jre/lib/amd64/libfontmanager.so: /lib64/libharfbuzz.so.0: undefined symbol: FT_Get_Color_Glyph_Layer ``` It is actually not libfontmanager.so library (directly)...
Adds gtest support for testimage on jdk15+. ([in-tree gtest was removed in jdk15](https://bugs.openjdk.org/browse/JDK-8245610)) This is needed for some hotspot tests. Fixes https://github.com/adoptium/temurin-build/issues/3956 **Testing:** Tested locally on rhel-8 using command: `./makejdk-any-platform.sh...
This error/warning has been seen on newer gcc versions on openjdk 11: ``` In function 'mp_zero', inlined from 'mp_zero' at /home/tester/temurinbuild-1757944128/workspace/build/src/src/jdk.crypto.ec/share/native/libsunec/impl/mpi.c:316:8, inlined from 'mp_set_int' at /home/tester/temurinbuild-1757944128/workspace/build/src/src/jdk.crypto.ec/share/native/libsunec/impl/mpi.c:353:3, inlined from 'mp_cmp_int' at...
Backport fixes few warnings in newer gcc (12+), which I have seen some when doing test build for gcc15 (fedora 42) for another [backport](https://github.com/openjdk/jdk11u-dev/pull/3087#issuecomment-3266882552). Warning do not show in current...
Backport fixes compiler warning on newer gcc. (Also has been backported to oracle jdk 11) Backport was clean except for copyright header. --------- ### Progress - [x] Change must not...
Adds hotspot [vmTestbase_vm_mlvm](https://github.com/zzambers/jdk11u-dev/blob/168024359375be044ec76c6c7a0781ddec1db689/test/hotspot/jtreg/TEST.groups#L556) target to openjdk tests. (VM testbase mlvm tests were [opensourced](https://bugs.openjdk.org/browse/JDK-8199384) in jdk11, but are currently missing in aqa-tests.) Fixes: https://github.com/adoptium/aqa-tests/issues/6713 **TESTING:** **jdk11:** [RESULTS](https://ci.adoptium.net/job/Grinder/15363/) x86-64_linux, aarch64_linux, s390x_linux, x86-64_mac,...
This is umbrella issue which is summarizing progress of adding VM testbase openjdk hotspot tests into aqa-tests. VM testbase tests were open sourced and added to JDK 11 by Oracle....
Test [fails](https://ci.adoptium.net/job/Grinder/15389/) on AIX: `vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java` **Output**: ``` ... 18:08:43 STDOUT: 18:08:43 [0.005s][info][gc] Using G1 18:08:43 [0.401s][info][gc] GC(0) Pause Young (Normal) (G1 Evacuation Pause) 47M->2M(512M) 9.040ms 18:08:43 [0.401s][info][safepoint] Safepoint "G1CollectForAllocation", Time...