JaroslavTulach opened a new pull request #2148: URL: https://github.com/apache/netbeans/pull/2148
@daemontus works on a dedicated _Heap Truffle Language_ (similar to [heapdump](https://github.com/JaroslavTulach/heapdump) sketch) to speed up execution of _VisualVM OQL_. In order to make such approach common, we need to make sure that one can integrate such language as a **NetBeans** module and use it when running on _regular JVM_ (in a slower mode) as well as when running on _GraalVM_ (at full speed). _GraalVM_ offers `-Dtruffle.class.path.append` property and this PR plans to base the solution on top of that property when in GraalVM mode. It collects all modules with `Truffle-Class-Path-Append` attribute on start and composes the system property (usually) sooner than first script is executed. CCing @sdedic, @thurka, @tzezula, @chumer ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
