Webrev of Oracle ARM & AARCH64 Sources

Bob Vandette bob.vandette at oracle.com
Sun Oct 16 12:28:26 UTC 2016


> On Oct 14, 2016, at 4:06 PM, Simon Nash <simon at cjnash.com> wrote:
> 
> Andrew Haley wrote:
>> On 14/10/16 15:28, Simon Nash wrote:
>>> Is this message about cross tools normal?  I am not sure why .configure thinks I am cross-compiling.
>> Because you used --openjdk-target=
>> Andrew.
> Thanks very much!  I copied this from one of Bob's scripts without realising
> that it would cause a cross-compiler build.  I have tried to find a description
> of this option but without success so far.
> 
> I have now successfully built minimal, client and server versions.  I understand
> the difference between client and server but I am not sure what minimal means.
> I thought it might be headless or compact3 but the only file that is different
> seems to be libjvm.so.

The minimal VM is a client VM configuration with all optional features removed (non Serial GCs, management, JVMTI, profiling, etc).

This VM is typically used in an embedded device where disk/rom/flash space is at a premium.  

Bob.


> 
> Simon



More information about the aarch32-port-dev mailing list