comparison src/os_cpu/windows_x86/vm/globals_windows_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
45 45
46 define_pd_global(uintx, JVMInvokeMethodSlack, 8192); 46 define_pd_global(uintx, JVMInvokeMethodSlack, 8192);
47 47
48 // Used on 64 bit platforms for UseCompressedOops base address or CDS 48 // Used on 64 bit platforms for UseCompressedOops base address or CDS
49 define_pd_global(uintx, HeapBaseMinAddress, 2*G); 49 define_pd_global(uintx, HeapBaseMinAddress, 2*G);
50 // Only used on 64 bit Windows platforms
51 define_pd_global(bool, UseVectoredExceptions, false);
52 50
53 #endif // OS_CPU_WINDOWS_X86_VM_GLOBALS_WINDOWS_X86_HPP 51 #endif // OS_CPU_WINDOWS_X86_VM_GLOBALS_WINDOWS_X86_HPP