[jdk11u-dev] RFR: 8273278: Support XSLT on GraalVM Native Image--deterministic bytecode generation in XSLT
Christoph Langer
clanger at openjdk.java.net
Mon Sep 13 12:51:54 UTC 2021
On Mon, 13 Sep 2021 11:44:47 GMT, Jovan Stevanovic <github.com+44313413+jovanstevanovic at openjdk.org> wrote:
> > 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.
OK, great. Now this PR is not properly recognized as backport of JDK-8273278. To fix this, please rename this PR (modify its title) into "Backport f690a01f1e5de4ace39aefad656cb7c99f9ec4e1". That's the hash of the [original commit](https://github.com/openjdk/jdk/commit/f690a01f1e5de4ace39aefad656cb7c99f9ec4e1). The bots will recognize this and then correctly process the PR. Please do the same for the 17u Backport.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/324
More information about the jdk-updates-dev
mailing list