hotspot/src/os_cpu/solaris_x86/vm/globals_solaris_x86.hpp
changeset 19730 4c38872d277e
parent 16430 882cddc35bec
child 22234 da823d78ad65
equal deleted inserted replaced
19728:9e1556506d2d 19730:4c38872d277e
    42 #endif // AMD64
    42 #endif // AMD64
    43 
    43 
    44 define_pd_global(intx, CompilerThreadStackSize,  0);
    44 define_pd_global(intx, CompilerThreadStackSize,  0);
    45 
    45 
    46 // Used on 64 bit platforms for UseCompressedOops base address
    46 // Used on 64 bit platforms for UseCompressedOops base address
    47 define_pd_global(uintx,HeapBaseMinAddress,       256*M);
    47 define_pd_global(uintx,HeapBaseMinAddress,       2*G);
    48 
    48 
    49 #endif // OS_CPU_SOLARIS_X86_VM_GLOBALS_SOLARIS_X86_HPP
    49 #endif // OS_CPU_SOLARIS_X86_VM_GLOBALS_SOLARIS_X86_HPP