WARNING: Unsupported JNI function DefineClass used to load class org/graalvm/compiler/hotspot/management/libgraal/runtime/SVMHotSpotGraalRuntimeMBean
WARNING: Unsupported JNI function DefineClass used to load class org/graalvm/compiler/hotspot/management/libgraal/runtime/SVMHotSpotGraalRuntimeMBean$Factory
WARNING: Unsupported JNI function DefineClass used to load class org/graalvm/compiler/hotspot/management/libgraal/runtime/SVMHotSpotGraalRuntimeMBean$PushBackIterator
WARNING: Unsupported JNI function DefineClass used to load class org/graalvm/compiler/hotspot/management/libgraal/runtime/HotSpotToSVMCalls
WARNING: Unsupported JNI function DefineClass used to load class org/graalvm/compiler/hotspot/management/libgraal/runtime/SVMToHotSpotEntryPoints
{:a 1}
And when you compile, you get a warning about DefineClass as well
I have pasted all the code from clojure.pprint in one file and tried to bisect it, but I could not get rid of this somehow.
Adding pprint to babashka yields the following:
And when you compile, you get a warning about
DefineClass
as well I have pasted all the code fromclojure.pprint
in one file and tried to bisect it, but I could not get rid of this somehow.