-
Bug
-
Resolution: Fixed
-
P4
-
hs24
-
b08
-
generic
-
solaris
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8003111 | 8 | Coleen Phillimore | P4 | Closed | Fixed | b64 |
Deprecate command-line options.
Initial option found that is no longer in use is UseSpinning.
product_pd(bool, UseVectoredExceptions, \
"Temp Flag - Use Vectored Exceptions rather than SEH (Windows Only)")
This flag was added for the ia64 port. It is now always false. HP might not like if we remove it completely, but at least we should move it to globals_windows.hpp.
Initial option found that is no longer in use is UseSpinning.
product_pd(bool, UseVectoredExceptions, \
"Temp Flag - Use Vectored Exceptions rather than SEH (Windows Only)")
This flag was added for the ia64 port. It is now always false. HP might not like if we remove it completely, but at least we should move it to globals_windows.hpp.
- backported by
-
JDK-8003111 Deprecate VM command line options
-
- Closed
-
- relates to
-
JDK-8073990 Deprecated "UseVectoredExceptions" VM options still defined in several globals files
-
- Resolved
-