hotspot/src/os_cpu/linux_aarch64/vm/globals_linux_aarch64.hpp
changeset 41070 496463b4e206
parent 29182 78af2a4d1ec3
equal deleted inserted replaced
40931:d4d2a4a0e023 41070:496463b4e206
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2014, Red Hat Inc. All rights reserved.
     3  * Copyright (c) 2014, Red Hat Inc. All rights reserved.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
    31 
    31 
    32 define_pd_global(bool, DontYieldALot,            false);
    32 define_pd_global(bool, DontYieldALot,            false);
    33 define_pd_global(intx, ThreadStackSize,          2048); // 0 => use system default
    33 define_pd_global(intx, ThreadStackSize,          2048); // 0 => use system default
    34 define_pd_global(intx, VMThreadStackSize,        2048);
    34 define_pd_global(intx, VMThreadStackSize,        2048);
    35 
    35 
    36 define_pd_global(intx, CompilerThreadStackSize,  0);
    36 define_pd_global(intx, CompilerThreadStackSize,  2048);
    37 
    37 
    38 define_pd_global(uintx,JVMInvokeMethodSlack,     8192);
    38 define_pd_global(uintx,JVMInvokeMethodSlack,     8192);
    39 
    39 
    40 // Used on 64 bit platforms for UseCompressedOops base address
    40 // Used on 64 bit platforms for UseCompressedOops base address
    41 define_pd_global(uintx,HeapBaseMinAddress,       2*G);
    41 define_pd_global(uintx,HeapBaseMinAddress,       2*G);