is support for mips embedded platform
David Holmes
david.holmes at oracle.com
Fri Oct 21 06:25:01 UTC 2016
On 21/10/2016 12:41 PM, Diaz Soho wrote:
> hi,
>
> I have finish build jdk8u for mips embedded platform with zero VM. But
> the size of rt.jar is very big, it can not put into my embedded
> platform rootfs. I would like to find small set for embedded platform.
> I am not sure :
> is jigsaw suitable for mips embedded platform?
Jigsaw is part of JDK 9 and will be available on all platforms on which
JDK 9 is available. A runtime image that contains only the base module
will be similar to the Compact 1 rt.jar file in JDK 8, but with the
additional Module system classes present. I don't have a footprint
comparison available. As with Compact profiles, the module system does
not allow arbitrary subsetting of the core system classes.
> is it possible to build HEADLESS?
A modular runtime image need not include the java.desktop module.
> is it possible to support JamVM VM?
That is a question for the JamVM folk. They adapt their VM to work with
the OpenJDK.
David
-----
>
> Thanks!
>
> Best Regards,
> DiazSoho
>
More information about the jigsaw-dev
mailing list