- There is a problem initializing VisualVM 2.2 _Polyglot Sampler_ with Truffle 25.0.0 when the application is running in _module path_ mode. - this is caused by [GR-54300 changes](https://github.com/oracle/graal/commit/c6b9e49f953347bf61b4d1ea2ecc3a9ae29c39ca#r178933918) that modified the `ENGINES` field from `Map` to `Set` which remained unnoticed for a while ### Reproduce - I've created a sample project https://github.com/jtulach/graaljs/tree/GraalJsDemo - when executed in _module path_ mode: `mvn -Pmodulepath package exec:exec` the VisualVM Polyglot Sampler can't connect - everything works in _classpath mode_ - everything also works when one `--add-opens` access for the access to `findActiveEngines` method... ### Fix - #656 CCing @thurka, @tzezula