Also I assume the polyglot and native image features of GraalVM will work?
GraalVM uses its own GC, and has some limitations: https://github.com/oracle/graal/blob/master/substratevm/Limi... (basically it needs to statically know what will be accessed via reflection, so it can add those to the native-image).
In theory, sure it can be made to work with VisualVM. But I'd be surprised if it works out of the box.
GraalVM uses its own GC, and has some limitations: https://github.com/oracle/graal/blob/master/substratevm/Limi... (basically it needs to statically know what will be accessed via reflection, so it can add those to the native-image).
In theory, sure it can be made to work with VisualVM. But I'd be surprised if it works out of the box.