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

symbolgenerator targets jdk 9 source

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 10
    • 10
    • infrastructure
    • None
    • b25

      In make/langtools/src/classes/build/tools/symbolgenerator/TransitiveDependencies.java, javac gets called with a fixed command line. This includes the arguments "-source 9 -target 9". While this was fine for jdk9, in jdk10 this results in the following warning:

      warning: [options] bootstrap class path not set in conjunction with -source 1.9

      I presume it is a mistake that this was not updated to -source 10 -target 10 for jdk10.

            ihse Magnus Ihse Bursie
            ihse Magnus Ihse Bursie
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: