Skip to content

Commit

Permalink
8327288: Obsolete unused ProcessDistributionStride product option
Browse files Browse the repository at this point in the history
Reviewed-by: kbarrett, ayang
  • Loading branch information
Thomas Schatzl authored and pull[bot] committed Apr 8, 2024
1 parent 88b5abf commit 8318471
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/runtime/arguments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ static SpecialFlag const special_jvm_flags[] = {
{ "TLABStats", JDK_Version::jdk(12), JDK_Version::jdk(23), JDK_Version::jdk(24) },
{ "GCLockerEdenExpansionPercent", JDK_Version::undefined(), JDK_Version::jdk(23), JDK_Version::jdk(24) },
{ "NUMAPageScanRate", JDK_Version::undefined(), JDK_Version::jdk(23), JDK_Version::jdk(24) },
{ "ProcessDistributionStride", JDK_Version::undefined(), JDK_Version::jdk(23), JDK_Version::jdk(24) },
#ifdef ASSERT
{ "DummyObsoleteTestFlag", JDK_Version::undefined(), JDK_Version::jdk(18), JDK_Version::undefined() },
#endif
Expand Down
4 changes: 0 additions & 4 deletions src/hotspot/share/runtime/globals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -894,10 +894,6 @@ const int ObjectAlignmentInBytes = 8;
develop(bool, TraceOopMapRewrites, false, \
"Trace rewriting of methods during oop map generation") \
\
product(uintx, ProcessDistributionStride, 4, \
"Stride through processors when distributing processes") \
range(0, max_juint) \
\
develop(bool, TraceFinalizerRegistration, false, \
"Trace registration of final references") \
\
Expand Down

0 comments on commit 8318471

Please sign in to comment.