comparison src/os_cpu/linux_zero/vm/globals_linux_zero.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
39 define_pd_global(intx, VMThreadStackSize, 512); 39 define_pd_global(intx, VMThreadStackSize, 512);
40 #endif // _LP64 40 #endif // _LP64
41 define_pd_global(intx, CompilerThreadStackSize, 0); 41 define_pd_global(intx, CompilerThreadStackSize, 0);
42 define_pd_global(uintx, JVMInvokeMethodSlack, 8192); 42 define_pd_global(uintx, JVMInvokeMethodSlack, 8192);
43 43
44 define_pd_global(bool, UseVectoredExceptions, false);
45 // Used on 64 bit platforms for UseCompressedOops base address or CDS 44 // Used on 64 bit platforms for UseCompressedOops base address or CDS
46 define_pd_global(uintx, HeapBaseMinAddress, 2*G); 45 define_pd_global(uintx, HeapBaseMinAddress, 2*G);
47 46
48 #endif // OS_CPU_LINUX_ZERO_VM_GLOBALS_LINUX_ZERO_HPP 47 #endif // OS_CPU_LINUX_ZERO_VM_GLOBALS_LINUX_ZERO_HPP