Static build on linux?
Bob Vandette
bob.vandette at oracle.com
Tue Jan 24 19:29:36 UTC 2017
I suggest that you start with JDK9 since it already has support for building
the native libraries used with java.base statically (including the jvm).
Otherwise you’ll have to backport most of the changes done under this RFE.
https://bugs.openjdk.java.net/browse/JDK-8136556?jql=text%20~%20%22static%20build%22
Bob.
> On Jan 24, 2017, at 5:51 AM, Andras Slemmer <0slemi0 at gmail.com> wrote:
>
> Hi, I would like to dig into the build system/make changes to the code as
> required in order to create a statically linked jvm on linux. openjdk 8 for
> now.
>
> Where should I start? Are there any obvious blockers? Is the build system
> perhaps documented somewhere?
>
> Thank you
More information about the build-infra-dev
mailing list