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

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • None
    • Affects Version/s: 27
    • Component/s: tools

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

      The since checker needs to be updated to handle JDK 27.
      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.

            Assignee:
            Nizar Benalla
            Reporter:
            Nizar Benalla
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: