hotspot/src/os_cpu/bsd_zero/vm/globals_bsd_zero.hpp
changeset 29697 92501504191b
parent 22234 da823d78ad65
equal deleted inserted replaced
29696:01571dfab5be 29697:92501504191b
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2007, 2008, 2010 Red Hat, Inc.
     3  * Copyright 2007, 2008, 2010 Red Hat, Inc.
     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
    37 define_pd_global(intx,  VMThreadStackSize,       1024);
    37 define_pd_global(intx,  VMThreadStackSize,       1024);
    38 #else
    38 #else
    39 define_pd_global(intx,  VMThreadStackSize,       512);
    39 define_pd_global(intx,  VMThreadStackSize,       512);
    40 #endif // _LP64
    40 #endif // _LP64
    41 define_pd_global(intx,  CompilerThreadStackSize, 0);
    41 define_pd_global(intx,  CompilerThreadStackSize, 0);
    42 define_pd_global(uintx, JVMInvokeMethodSlack,    8192);
    42 define_pd_global(size_t, JVMInvokeMethodSlack,   8192);
    43 
    43 
    44 // Used on 64 bit platforms for UseCompressedOops base address
    44 // Used on 64 bit platforms for UseCompressedOops base address
    45 define_pd_global(uintx, HeapBaseMinAddress,      2*G);
    45 define_pd_global(size_t, HeapBaseMinAddress,     2*G);
    46 
    46 
    47 #endif // OS_CPU_BSD_ZERO_VM_GLOBALS_BSD_ZERO_HPP
    47 #endif // OS_CPU_BSD_ZERO_VM_GLOBALS_BSD_ZERO_HPP