GraalVM Native thread dump?
I’ve seen some methods for how to do a heap dump on a GraalVM Native application, but how do you do a thread (stack) dump? Apparently, the usual jstack
isn’t an option, since it’s a native app, but I’d like to get a similar result, in whatever form GraalVM Native is capable of.
GraalVM Native thread dump?
I’ve seen some methods for how to do a heap dump on a GraalVM Native application, but how do you do a thread (stack) dump? Apparently, the usual jstack
isn’t an option, since it’s a native app, but I’d like to get a similar result, in whatever form GraalVM Native is capable of.
graal_create_isolate fuction return error: GraalVM native-image
I would like to create shared library(.dll) form java code with graalVM. When I use the shared library which is created from java code by native-image, the execution result has succeeded or failed depending on the execution environment.
When the execution result fails, graal_create_isolate fuction return 23. I would like to know how to look up the meaning of this 23 meaning.