mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-06 18:53:37 +00:00
8384817: Deprecate AlwaysCompileLoopMethods VM flag
Reviewed-by: shade, iveresov
This commit is contained in:
parent
7620a2f19b
commit
5e14a22f0b
@ -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 --------------
|
||||
|
||||
|
||||
@ -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, \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user