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

tools/jlink/plugins/GenerateJLIClassesPluginTest.java can't compile after JDK-8163371

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 9
    • 9
    • core-libs

    Description

      This has been observed failing on all platforms.
      It is because
      error: defaultSpecies() has private access in GenerateJLIClassesPlugin
                          classFilesForSpecies(GenerateJLIClassesPlugin.defaultSpecies()),
                                                                       ^
      1 error
      result: Failed. Compilation failed: Compilation failed

      In JDK-8163371, http://hg.openjdk.java.net/jdk9/dev/jdk/rev/a3ba85993930
      It changed
      - public static List<String> defaultSpecies() {

      + private static List<String> defaultSpecies() {

      Attachments

        Issue Links

          Activity

            People

              redestad Claes Redestad
              xiaofeya Xiaofeng Yang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: