adoptium / installer

Installer scripts for Eclipse Temurin binaries
Apache License 2.0
145 stars 71 forks source link

add aarch64/shenandoah support for jdk8 #918

Open judovana opened 1 month ago

judovana commented 1 month ago

This issue was pinpointed as regression in https://github.com/adoptium/installer/issues/848

Fedora and rhel are shipping jdk8 from downstream forest which originally included aarch64 and shenandoah for jdk8 projects. Later the aarch64 proejct got merged to upstream, and only shenandoah feature remained here.

Temurin jdk shouold consider to build also from aarch64-shenandoah repository ionstead of vanilla upstream.

Slightly more info in https://github.com/adoptium/installer/issues/848

@jiekang fyi!