7188234: Deprecate VM command line options

Remove support for the UseVectoredExceptions flag

Reviewed-by: jcoomes, kamg
This commit is contained in:
Harold Seigel 2012-10-25 16:33:15 -04:00 committed by Coleen Phillimore
parent fa470cb77e
commit fc938fcbd9
12 changed files with 10 additions and 89 deletions

View file

@ -35,7 +35,5 @@ define_pd_global(intx, CompilerThreadStackSize, 0);
// Used on 64 bit platforms for UseCompressedOops base address or CDS
define_pd_global(uintx, HeapBaseMinAddress, CONST64(4)*G);
// Only used on 64 bit Windows platforms
define_pd_global(bool, UseVectoredExceptions, false);
#endif // OS_CPU_LINUX_SPARC_VM_GLOBALS_LINUX_SPARC_HPP