mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
7188234: Deprecate VM command line options
Remove support for the UseVectoredExceptions flag Reviewed-by: jcoomes, kamg
This commit is contained in:
parent
fa470cb77e
commit
fc938fcbd9
12 changed files with 10 additions and 89 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue