mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8228991: Obsolete -XX:UseAdaptiveGCBoundary
Make option obsolete and removed supporting code. Reviewed-by: tschatzl, stefank
This commit is contained in:
parent
05d6a66330
commit
4d487927ad
30 changed files with 64 additions and 1722 deletions
|
@ -548,6 +548,7 @@ static SpecialFlag const special_jvm_flags[] = {
|
|||
#ifndef X86
|
||||
{ "UseSSE", JDK_Version::undefined(), JDK_Version::jdk(15), JDK_Version::jdk(16) },
|
||||
#endif // !X86
|
||||
{ "UseAdaptiveGCBoundary", 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue