RFR: 8310454: Introduce static-libs-graal bundle

Erik Joelsson erikj at openjdk.org
Fri Aug 25 20:38:22 UTC 2023


On Wed, 23 Aug 2023 21:13:07 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> [JDK-8307858](https://bugs.openjdk.org/browse/JDK-8307858) added libjvm.a to the set of static-libs in the static-libs image and subsequently the static-libs bundle. The main user of the existing static-image was the graal build, which doesn't need libjvm. Since libjvm is considerably bigger than all the other libraries, a static-libs-graal-image was introduced to cover the graal build usecase. There was no corresponding bundles target added however, so for graal builds depending on stored/published bundles, there is no way of skipping out of libjvm.
> 
> To fix this, this patch introduces a new make target: `static-libs-graal-bundles`.

Thanks for the review!

-------------

PR Comment: https://git.openjdk.org/jdk/pull/15406#issuecomment-1693900127


More information about the build-dev mailing list