Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8232739

Reminder to remove obsoleted flags: -Xconcgc, -Xnoconcgc

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P5 P5
    • 15
    • 15
    • hotspot
    • gc

      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");

            lkorinth Leo Korinth
            lkorinth Leo Korinth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: