RFR: Update to JDK 16

Erik Helin ehelin at openjdk.java.net
Mon Apr 12 14:08:17 UTC 2021


Hi all,

please review this patch that updates the JDK used for building and running Skara to JDK 16. As part of the update I had to remove `--illegal-access=deny` from Skara's module plugin and I also had use `LogRecord.getLongThreadId` instead of the (since JDK 16) deprecated method `LogRecord.getThreadId`.

Testing:
- [x] `make images` locally
- [x] `make test` locally

Thanks,
Erik

-------------

Depends on: https://git.openjdk.java.net/skara/pull/1113

Commit messages:
 - Update to JDK 16

Changes: https://git.openjdk.java.net/skara/pull/1114/files
 Webrev: https://webrevs.openjdk.java.net/?repo=skara&pr=1114&range=00
  Stats: 21 lines in 7 files changed: 0 ins; 1 del; 20 mod
  Patch: https://git.openjdk.java.net/skara/pull/1114.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/1114/head:pull/1114

PR: https://git.openjdk.java.net/skara/pull/1114


More information about the skara-dev mailing list