graalvm / graal-js-jdk11-maven-demo

An example project how to run Graal/JavaScript on JDK 11 with Graal as optimizing JIT compiler for best performance.
Universal Permissive License v1.0
177 stars 63 forks source link

Project Fails when run on rc13 #22

Closed kscarr73 closed 5 years ago

kscarr73 commented 5 years ago

I changed the graalvm.version from rc10 to rc11 and rc12 and it built successfully. When I change to rc13 it fails with:

[ERROR] testGraalPolyglotSpeed(com.mycompany.app.AppTest)  Time elapsed: 0.005 s  <<< ERROR!
java.lang.NoClassDefFoundError: Could not initialize class com.oracle.truffle.api.TruffleOptions
    at com.mycompany.app.AppTest.testGraalPolyglotSpeed(AppTest.java:59)

The Nashhorn test runs, then fails with the above error. This only occurs with rc13.

boris-spas commented 5 years ago

Thanks for the report! We are aware of the issue and a fix should be in for rc14.