hotspot/src/os_cpu/bsd_x86/vm/globals_bsd_x86.hpp
changeset 14284 ceb386367065
parent 13728 882756847a04
child 15605 bf7de87bbe3a
equal deleted inserted replaced
14122:6b5b0beabc1a 14284:ceb386367065
    46 
    46 
    47 define_pd_global(uintx, JVMInvokeMethodSlack,    8192);
    47 define_pd_global(uintx, JVMInvokeMethodSlack,    8192);
    48 
    48 
    49 // Used on 64 bit platforms for UseCompressedOops base address or CDS
    49 // Used on 64 bit platforms for UseCompressedOops base address or CDS
    50 define_pd_global(uintx, HeapBaseMinAddress,      2*G);
    50 define_pd_global(uintx, HeapBaseMinAddress,      2*G);
    51 // Only used on 64 bit Windows platforms
       
    52 define_pd_global(bool, UseVectoredExceptions,    false);
       
    53 
    51 
    54 #endif // OS_CPU_BSD_X86_VM_GLOBALS_BSD_X86_HPP
    52 #endif // OS_CPU_BSD_X86_VM_GLOBALS_BSD_X86_HPP