I am running Tomcat on GraalVM 20.0 on MacOS and that process is using polyglot to embed javascript in java.
According to the GraalVM documentation VisualVM should show Graal Sampler tab in addition to the regular Sampler. However this UI is not shown. It appears that for it to show the process needs to be detected as "truffle process" (holy grail icon?), however my process is detected as regular Tomcat (tomcat icon). Is there a way to force it to show the "Graal Sampler" tab?
I am running Tomcat on GraalVM 20.0 on MacOS and that process is using polyglot to embed javascript in java.
According to the GraalVM documentation VisualVM should show Graal Sampler tab in addition to the regular Sampler. However this UI is not shown. It appears that for it to show the process needs to be detected as "truffle process" (holy grail icon?), however my process is detected as regular Tomcat (tomcat icon). Is there a way to force it to show the "Graal Sampler" tab?