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.

To download the current JDK release, click here.
JDK 17
17 b19Fixed
Related Reports
CSR :  
Relates :  
Description
The AssertOnSuspendWaitFailure and TraceSuspendWaitFailures flags became unused with the changes in JDK-8223312 and should have been obsoleted then.
Comments
Changeset: 73d5f3b5 Author: David Holmes <dholmes@openjdk.org> Date: 2021-04-18 04:26:57 +0000 URL: https://git.openjdk.java.net/jdk/commit/73d5f3b5
18-04-2021

> ../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)
16-04-2021