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

Make run and debug work in NetBeans and execute with graal compiler. #12

Open entlicher opened 5 years ago

entlicher commented 5 years ago

I needed this change for the project to run and debug with the graal compiler in NetBeans. Without this change it runs on hotspot for me with performance of ~1s per iteration.