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

-Xincgc should be removed from output

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P5 P5
    • 9
    • 9
    • hotspot
    • None
    • gc
    • b120

      Since JDK-8044022 was completed `java -x` output should not contain '-Xincgc' option.

      Promoted 9b49:
      ./java -version
      java version "1.9.0-ea"
      Java(TM) SE Runtime Environment (build 1.9.0-ea-b49)
      Java HotSpot(TM) Server VM (build 1.9.0-ea-b49, mixed mode)

      ./java -X
          -Xmixed mixed mode execution (default)
          -Xint interpreted mode execution only
          -Xbootclasspath:<directories and zip/jar files separated by :>
                            set search path for bootstrap classes and resources
          -Xbootclasspath/a:<directories and zip/jar files separated by :>
                            append to end of bootstrap class path
          -Xbootclasspath/p:<directories and zip/jar files separated by :>
                            prepend in front of bootstrap class path
          -Xdiag show additional diagnostic messages
          -Xnoclassgc disable class garbage collection
          -Xincgc enable incremental garbage collection
      ...

            stefank Stefan Karlsson
            mchernov Michail Chernov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: