mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-20 15:25:27 +00:00
8356095: AArch64: Obsolete -XX:+NearCPool option
Reviewed-by: aph
This commit is contained in:
parent
727412d1b5
commit
cb8eea4ecd
@ -83,8 +83,6 @@ define_pd_global(intx, InlineSmallCode, 1000);
|
||||
range, \
|
||||
constraint) \
|
||||
\
|
||||
product(bool, NearCpool, true, \
|
||||
"constant pool is close to instructions") \
|
||||
product(bool, UseCRC32, false, \
|
||||
"Use CRC32 instructions for CRC32 computation") \
|
||||
product(bool, UseCryptoPmullForCRC32, false, \
|
||||
|
||||
@ -545,6 +545,9 @@ static SpecialFlag const special_jvm_flags[] = {
|
||||
{ "MetaspaceReclaimPolicy", JDK_Version::undefined(), JDK_Version::jdk(21), JDK_Version::undefined() },
|
||||
{ "ZGenerational", JDK_Version::jdk(23), JDK_Version::jdk(24), JDK_Version::undefined() },
|
||||
{ "ZMarkStackSpaceLimit", JDK_Version::undefined(), JDK_Version::jdk(25), JDK_Version::undefined() },
|
||||
#if defined(AARCH64)
|
||||
{ "NearCpool", JDK_Version::undefined(), JDK_Version::jdk(25), JDK_Version::undefined() },
|
||||
#endif
|
||||
|
||||
#ifdef ASSERT
|
||||
{ "DummyObsoleteTestFlag", JDK_Version::undefined(), JDK_Version::jdk(18), JDK_Version::undefined() },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user