Reminder to remove obsoleted flags: -Xconcgc, -Xnoconcgc

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P5
    • 15
    • Affects Version/s: 15
    • Component/s: 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");

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

              Created:
              Updated:
              Resolved: