visualvm
visualvm copied to clipboard
Remove javascript dependency from tracer-dynamic module(s)
Unfortunately javascript is no longer part of JDK installation (since JDK 17). Therefor it would be benefical to reimplement tracer-dynamic module to use java instead of javascript. This will improve user experience on JDK 17+.
This now not so important since nashorn is budnled with VisualVM. See GH-548