8246023: Obsolete LIRFillDelaySlot

Reviewed-by: thartmann, kvn
This commit is contained in:
Mikael Vidstedt 2020-05-28 09:26:11 -07:00
parent a9477eb8c9
commit f702f4d93a
8 changed files with 2 additions and 9 deletions

View file

@ -565,6 +565,7 @@ static SpecialFlag const special_jvm_flags[] = {
#endif
{ "UseLWPSynchronization", JDK_Version::undefined(), JDK_Version::jdk(15), JDK_Version::jdk(16) },
{ "BranchOnRegister", JDK_Version::undefined(), JDK_Version::jdk(15), JDK_Version::jdk(16) },
{ "LIRFillDelaySlots", JDK_Version::undefined(), JDK_Version::jdk(15), JDK_Version::jdk(16) },
#ifdef TEST_VERIFY_SPECIAL_JVM_FLAGS
// These entries will generate build errors. Their purpose is to test the macros.