8338474: Parallel: Deprecate and obsolete PSChunkLargeArrays

Reviewed-by: tschatzl, kbarrett
This commit is contained in:
Albert Mingkun Yang 2025-07-02 13:39:16 +00:00
parent 3066a67e62
commit 832bfbc0dd
2 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@
"for a system GC") \
\
product(bool, PSChunkLargeArrays, true, \
"Process large arrays in chunks")
"(Deprecated) Process large arrays in chunks")
// end of GC_PARALLEL_FLAGS

View File

@ -534,6 +534,7 @@ static SpecialFlag const special_jvm_flags[] = {
#endif
{ "ParallelRefProcEnabled", JDK_Version::jdk(26), JDK_Version::jdk(27), JDK_Version::jdk(28) },
{ "ParallelRefProcBalancingEnabled", JDK_Version::jdk(26), JDK_Version::jdk(27), JDK_Version::jdk(28) },
{ "PSChunkLargeArrays", JDK_Version::jdk(26), JDK_Version::jdk(27), JDK_Version::jdk(28) },
// --- Deprecated alias flags (see also aliased_jvm_flags) - sorted by obsolete_in then expired_in:
{ "CreateMinidumpOnCrash", JDK_Version::jdk(9), JDK_Version::undefined(), JDK_Version::undefined() },