I'm using jdk17 image to run my tool on toolforge as follows:
webservice --cpu 1 --mem 6Gi jdk17 start /data/project/spacemedia/run.sh
The image contains OpenJDK 17.0.3 and I'm facing this bug:
https://bugs.openjdk.org/browse/JDK-8274735
It has been solved in 17.0.4:
https://bugs.openjdk.org/browse/JDK-8285948
Can you please update the jdk17 image to 17.0.4?
Thanks!