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

tools/sincechecker/modules/java.base/JavaBaseCheckSince.java fails with JDK 26

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • 26
    • 26
    • tools
    • None

      tools/sincechecker/modules/java.base/JavaBaseCheckSince.java fails with the start of release updates for JDK 26.

      The since checker needs to be updated to handle JDK 26.
      The symbol information in the early access builds of OpenJDK often lags behind the actual API changes.
      For example if an API was added on day J, but the build and symbol information are from day J-1, the checker flags the new APIs as being from the release N+1.

      To address this, we should temporarily disable the test, and then we can remove it from the problem list once the symbol information is up to date.

            nbenalla Nizar Benalla
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: