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

Vladimir Kozlov kvn 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.

This pull request has now been integrated.

Changeset: a4d2a9a7
Author:    Vladimir Kozlov <kvn at openjdk.org>
URL:       https://git.openjdk.java.net/jdk17/commit/a4d2a9a77fb4f9839d91de2bf2e80d3a00b5b866
Stats:     6 lines in 1 file changed: 6 ins; 0 del; 0 mod

8269745: [JVMCI] restore original qualified exports to Graal

Reviewed-by: dnsimon, iveresov

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

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


More information about the hotspot-compiler-dev mailing list