Integrated: 8310454: Introduce static-libs-graal bundle
Erik Joelsson
erikj at openjdk.org
Fri Aug 25 20:38:23 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`.
This pull request has now been integrated.
Changeset: 32016239
Author: Erik Joelsson <erikj at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/320162395dbbd84a0d504ae389959f36d4ccc6ea
Stats: 30 lines in 3 files changed: 29 ins; 0 del; 1 mod
8310454: Introduce static-libs-graal bundle
Reviewed-by: jiangli
-------------
PR: https://git.openjdk.org/jdk/pull/15406
More information about the build-dev
mailing list