[jdk17] RFR: 8269745: [JVMCI] restore original qualified exports to Graal

Igor Veresov iveresov at openjdk.java.net
Thu Jul 1 18:54:00 UTC 2021


On Thu, 1 Jul 2021 17:05:21 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> The changes to src/jdk.internal.vm.ci/share/classes/module-info.java in [8267112](https://bugs.openjdk.java.net/browse/JDK-8267112) broke the use case of running Graal-optimized Truffle on OracleJDK: [RunOnJDK](https://www.graalvm.org/reference-manual/js/RunOnJDK/).
> 
> Restoring the qualified JVMCI exports resolves this problem.
> 
> Tested: tier1 which runs jvmci tests.

Marked as reviewed by iveresov (Reviewer).

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

PR: https://git.openjdk.java.net/jdk17/pull/196


More information about the hotspot-compiler-dev mailing list