comparison src/os_cpu/linux_x86/vm/globals_linux_x86.hpp @ 6916:5ec0c42da025

7188234: Deprecate VM command line options Summary: Remove support for the UseVectoredExceptions flag Reviewed-by: jcoomes, kamg Contributed-by: harold.seigel@oracle.com
author coleenp
date Thu, 25 Oct 2012 16:33:15 -0400
parents da91efe96a93
children 91bf0bdae37b
comparison
equal deleted inserted replaced
6884:80f44792c0c9 6916:5ec0c42da025
44 44
45 define_pd_global(uintx,JVMInvokeMethodSlack, 8192); 45 define_pd_global(uintx,JVMInvokeMethodSlack, 8192);
46 46
47 // Used on 64 bit platforms for UseCompressedOops base address or CDS 47 // Used on 64 bit platforms for UseCompressedOops base address or CDS
48 define_pd_global(uintx,HeapBaseMinAddress, 2*G); 48 define_pd_global(uintx,HeapBaseMinAddress, 2*G);
49 // Only used on 64 bit Windows platforms
50 define_pd_global(bool, UseVectoredExceptions, false);
51 49
52 #endif // OS_CPU_LINUX_X86_VM_GLOBALS_LINUX_X86_HPP 50 #endif // OS_CPU_LINUX_X86_VM_GLOBALS_LINUX_X86_HPP