8384817: Deprecate AlwaysCompileLoopMethods VM flag

Reviewed-by: shade, iveresov
This commit is contained in:
Vladimir Kozlov 2026-05-19 01:11:22 +00:00
parent 7620a2f19b
commit 5e14a22f0b
2 changed files with 2 additions and 1 deletions

View File

@ -535,6 +535,7 @@ static SpecialFlag const special_jvm_flags[] = {
// --- 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() },
{ "InitiatingHeapOccupancyPercent", JDK_Version::jdk(27), JDK_Version::jdk(28), JDK_Version::jdk(29) },
{ "AlwaysCompileLoopMethods", JDK_Version::jdk(27), JDK_Version::jdk(28), JDK_Version::jdk(29) },
// -------------- Obsolete Flags - sorted by expired_in --------------

View File

@ -1194,7 +1194,7 @@ const int ObjectAlignmentInBytes = 8;
"Use Just-In-Time compilation") \
\
product(bool, AlwaysCompileLoopMethods, false, \
"When using recompilation, never interpret methods " \
"(Deprecated) When using recompilation, never interpret methods " \
"containing loops") \
\
product(int, AllocatePrefetchStyle, 1, \