[jdk11u-dev] RFR: 8273278: Support XSLT on GraalVM Native Image--deterministic bytecode generation in XSLT

Jovan Stevanovic github.com+44313413+jovanstevanovic at openjdk.java.net
Mon Sep 13 11:47:55 UTC 2021


On Fri, 10 Sep 2021 16:03:03 GMT, Jovan Stevanovic <github.com+44313413+jovanstevanovic at openjdk.org> wrote:

> This PR is backporting changes from [PR](https://github.com/openjdk/jdk/pull/5331) on the OpenJDK repo.

> Hi, @jovanstevanovic, Thanks for doing this backport.
> First of all, can you also bring this to JDK17u as this is an LTS as well and we should not miss this in there. Furthermore, could you enable GithubActions testing on your fork? And, one more thing - what did you have to modify for this backport? Thanks, smile

Hi, @RealCLanger, Thank you for your time!

- PR on JDK17 is [here](https://github.com/openjdk/jdk17u/pull/73).
- GHAction is enabled.
- Last but not least. Without these changes, XSLT is not working on GraalVM's Native Image. So we need to backport these changes into JDK11, and then, before a new release of Native Image, we will backport these changes into [labsjdk11](https://github.com/graalvm/labs-openjdk-11), which is our own specific version of JDK11.

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

PR: https://git.openjdk.java.net/jdk11u-dev/pull/324


More information about the jdk-updates-dev mailing list