comparison src/os_cpu/solaris_x86/vm/globals_solaris_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
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 or CDS 46 // Used on 64 bit platforms for UseCompressedOops base address or CDS
47 define_pd_global(uintx,HeapBaseMinAddress, 256*M); 47 define_pd_global(uintx,HeapBaseMinAddress, 256*M);
48 // Only used on 64 bit Windows platforms
49 define_pd_global(bool, UseVectoredExceptions, false);
50 48
51 #endif // OS_CPU_SOLARIS_X86_VM_GLOBALS_SOLARIS_X86_HPP 49 #endif // OS_CPU_SOLARIS_X86_VM_GLOBALS_SOLARIS_X86_HPP