Skip to content

Commit

Permalink
8265313: Obsolete the unused AssertOnSuspendWaitFailure and TraceSusp…
Browse files Browse the repository at this point in the history
…endWaitFailures flags

Reviewed-by: shade, hseigel, dcubed
  • Loading branch information
David Holmes committed Apr 18, 2021
1 parent cb8394a commit 73d5f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions src/hotspot/share/runtime/arguments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,8 @@ static SpecialFlag const special_jvm_flags[] = {
{ "TLABStats", JDK_Version::jdk(12), JDK_Version::undefined(), JDK_Version::undefined() },

// -------------- Obsolete Flags - sorted by expired_in --------------
{ "AssertOnSuspendWaitFailure", JDK_Version::undefined(), JDK_Version::jdk(17), JDK_Version::jdk(18) },
{ "TraceSuspendWaitFailures", JDK_Version::undefined(), JDK_Version::jdk(17), JDK_Version::jdk(18) },
#ifdef ASSERT
{ "DummyObsoleteTestFlag", JDK_Version::undefined(), JDK_Version::jdk(17), JDK_Version::undefined() },
#endif
Expand Down
6 changes: 0 additions & 6 deletions src/hotspot/share/runtime/globals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -436,12 +436,6 @@ const intx ObjectAlignmentInBytes = 8;
"Milliseconds to delay per retry (* current_retry_count)") \
range(0, max_intx) \
\
product(bool, AssertOnSuspendWaitFailure, false, \
"Assert/Guarantee on external suspend wait failure") \
\
product(bool, TraceSuspendWaitFailures, false, \
"Trace external suspend wait failures") \
\
product(bool, MaxFDLimit, true, \
"Bump the number of file descriptors to maximum (Unix only)") \
\
Expand Down

1 comment on commit 73d5f3b

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.