Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

14.0.2.12-openj9 fails with module not found: jdk.internal.vm.compiler #11555

Closed
koppor opened this issue Jan 2, 2021 · 2 comments
Closed

14.0.2.12-openj9 fails with module not found: jdk.internal.vm.compiler #11555

koppor opened this issue Jan 2, 2021 · 2 comments

Comments

@koppor
Copy link
Contributor

koppor commented Jan 2, 2021

I am trying to use 14.0.2.12-openj9 within IntelliJ Ultimate. I get

C:\git-repositories\jabref\jabref\src\main\java\module-info.java:68: error: module not found: jdk.internal.vm.compiler
    requires jdk.internal.vm.compiler;
                            ^

I think, this is adoptium/temurin-build#2047, isn't it?

adoptium/temurin-build#2047 (comment):

Results are in. A server-only build of 15 includes jdk.internal.vm.compiler, a mixed client/server build does not.

@pshipton
Copy link
Member

pshipton commented Jan 3, 2021

jdk.internal.vm.compiler is specific to Hotspot and this module is not included in OpenJ9 builds.

@koppor
Copy link
Contributor Author

koppor commented Jan 4, 2021

Thank you for the information. We need that module, because of citeproc-java, which depends on the GraalVM compiler, because the Java implementation is "just" a wrapper around the existing JavaScript implementation of that library. As a result, this blocks our tool JabRef to be compiled using OpenJ9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants