When using JProfiler 9.1 to profile a JVM (1.8.0_65-b17 on Mac) running Javascript code through Nashorn, it turns out that calls into javax.script.ScriptEngine.eval()
cannot be further profiled:
The nashorn-dev mailing list seems to say that profiling via JVMTI should be possible, though: Nashorn and JVMTI
Does anybody per chance have a hint on what could be the problem here?