remove the following code in arguments.cpp
// -Xconcgc
} else if (match_option(option, "-Xconcgc")) {
warning("-Xconcgc uses UseConcMarkSweepGC; support was removed for both options in 14.0");
// -Xnoconcgc
} else if (match_option(option, "-Xnoconcgc")) {
warning("-Xnoconcgc uses UseConcMarkSweepGC; support was removed for both options in 14.0");
// -Xconcgc
} else if (match_option(option, "-Xconcgc")) {
warning("-Xconcgc uses UseConcMarkSweepGC; support was removed for both options in 14.0");
// -Xnoconcgc
} else if (match_option(option, "-Xnoconcgc")) {
warning("-Xnoconcgc uses UseConcMarkSweepGC; support was removed for both options in 14.0");
- duplicates
-
JDK-8231559 Remove expired flags in JDK 15
- Resolved