JDK-8265313 : Obsolete the unused AssertOnSuspendWaitFailure and TraceSuspendWaitFailures flags
Type:Enhancement
Component:hotspot
Sub-Component:runtime
Affected Version:17
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2021-04-15
Updated:2021-04-22
Resolved:2021-04-18
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
> ../build/linux-x64-debug-8265314/images/jdk/bin/java -XX:+AssertOnSuspendWaitFailure -version
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option AssertOnSuspendWaitFailure; support was removed in 17.0
java version "17-internal" 2021-09-14 LTS
Java(TM) SE Runtime Environment (fastdebug build 17-internal+0-LTS-2021-04-16-0121242.daholme...)
Java HotSpot(TM) 64-Bit Server VM (fastdebug build 17-internal+0-LTS-2021-04-16-0121242.daholme..., mixed mode, sharing)
> ../build/linux-x64-debug-8265314/images/jdk/bin/java -XX:+TraceSuspendWaitFailures -version
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option TraceSuspendWaitFailures; support was removed in 17.0
java version "17-internal" 2021-09-14 LTS
Java(TM) SE Runtime Environment (fastdebug build 17-internal+0-LTS-2021-04-16-0121242.daholme...)
Java HotSpot(TM) 64-Bit Server VM (fastdebug build 17-internal+0-LTS-2021-04-16-0121242.daholme..., mixed mode, sharing)