Skip to content

Instantly share code, notes, and snippets.

@iemejia
Created February 11, 2020 10:44
Show Gist options
  • Save iemejia/a9aa0c1d8f4a0ec22867c3df5471e1d3 to your computer and use it in GitHub Desktop.
Save iemejia/a9aa0c1d8f4a0ec22867c3df5471e1d3 to your computer and use it in GitHub Desktop.
$ ./beam-linkage-check.sh
[Tue Feb 11 11:30:50 CET 2020] Installing artifacts (edc6c5f8) to Maven local repository
[Tue Feb 11 11:31:02 CET 2020] Running linkage check for beam-sdks-java-io-amazon-web-services in BEAM-9160-upgrade-aws-sdk
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[Tue Feb 11 11:31:17 CET 2020] Done: /home/ismael/linkagecheck/edc6c5f8-beam-sdks-java-io-amazon-web-services
[Tue Feb 11 11:31:17 CET 2020] Running linkage check for beam-sdks-java-io-amazon-web-services2 in BEAM-9160-upgrade-aws-sdk
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[Tue Feb 11 11:31:43 CET 2020] Done: /home/ismael/linkagecheck/edc6c5f8-beam-sdks-java-io-amazon-web-services2
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
Current branch master is up to date.
[Tue Feb 11 11:31:44 CET 2020] Installing artifacts (e24d1e51) to Maven local repository
[Tue Feb 11 11:33:46 CET 2020] Running linkage check for beam-sdks-java-io-amazon-web-services in master
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[Tue Feb 11 11:34:04 CET 2020] Done: /home/ismael/linkagecheck/e24d1e51-beam-sdks-java-io-amazon-web-services
[Tue Feb 11 11:34:04 CET 2020] Running linkage check for beam-sdks-java-io-amazon-web-services2 in master
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[Tue Feb 11 11:34:48 CET 2020] Done: /home/ismael/linkagecheck/e24d1e51-beam-sdks-java-io-amazon-web-services2
Switched to branch 'BEAM-9160-upgrade-aws-sdk'
Your branch is up to date with 'andeb/BEAM-9160-upgrade-aws-sdk'.
Linkage Check difference on beam-sdks-java-io-amazon-web-services between master (e24d1e51) and BEAM-9160-upgrade-aws-sdk(edc6c5f8):
(no difference)
Linkage Check difference on beam-sdks-java-io-amazon-web-services2 between master (e24d1e51) and BEAM-9160-upgrade-aws-sdk(edc6c5f8):
Lines starting with '<' mean the errors are remedied in the branch (good)
Lines starting with '>' mean the errors are introduced in the branch (bad)
18a19,7305
> Class org.graalvm.word.UnsignedWord is not found;
> referenced by 83 class files
> com.oracle.svm.core.SubstrateUtil (svm-19.0.0.jar)
> com.oracle.svm.core.VM (svm-19.0.0.jar)
> com.oracle.svm.core.MemoryUtil (svm-19.0.0.jar)
> com.oracle.svm.core.JavaMainWrapper (svm-19.0.0.jar)
> com.oracle.svm.core.hub.LayoutEncoding (svm-19.0.0.jar)
> com.oracle.svm.core.snippets.SnippetRuntime (svm-19.0.0.jar)
> com.oracle.svm.core.threadlocal.VMThreadLocalInfos (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Util_java_lang_reflect_Array (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.SubstrateOperatingSystemMXBean (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_Unsafe_Core (svm-19.0.0.jar)
> com.oracle.svm.core.util.MetricsLogUtils (svm-19.0.0.jar)
> com.oracle.svm.core.util.PointerUtils (svm-19.0.0.jar)
> com.oracle.svm.core.util.TimeUtils (svm-19.0.0.jar)
> com.oracle.svm.core.util.AtomicUnsigned (svm-19.0.0.jar)
> com.oracle.svm.core.util.UnsignedUtils (svm-19.0.0.jar)
> com.oracle.svm.core.os.OSCommittedMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.os.CopyingImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Deoptimizer (svm-19.0.0.jar)
> com.oracle.svm.core.log.StringBuilderLog (svm-19.0.0.jar)
> com.oracle.svm.core.code.RuntimeCodeInfo (svm-19.0.0.jar)
> com.oracle.svm.core.code.ImageCodeInfo (svm-19.0.0.jar)
> com.oracle.svm.core.code.AbstractCodeInfo (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoVerifier (svm-19.0.0.jar)
> com.oracle.svm.core.c.CTypeConversionSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ObjectHeader (svm-19.0.0.jar)
> com.oracle.svm.core.heap.CodeReferenceMapDecoder (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ClassHistogramVisitor (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckImpl (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.ArraycopySnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageCodeCache (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageHeap (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.NativeLibraries (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.codegen.CSourceCodeWriter (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateMemoryAccessProviderImpl (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.LocalNativeScope (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeSignature (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NFIInitialization (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.TruffleNFISupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_Deflater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixVirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Java_lang_Process_Supplement (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_CRC32 (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_Inflater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_Adler32 (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_lang_ProcessEnvironment (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixJavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinSystemPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinStackOverflowSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxStackOverflowSupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsUtils (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapPolicy (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GCImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.CardTable (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.CollectionPolicy (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GreyToBlackObjRefVisitor (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapChunkProvider (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PinnedAllocatorImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Space (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.UnalignedHeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.AlignedHeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.ObjectHeaderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.FirstObjectTable (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.MemoryMXBeanMemoryVisitor (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapImplMemoryMXBean (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.ThreadLocalAllocation (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Target_java_lang_Runtime (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIJavaVMList (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessibleField (svm-19.0.0.jar)
> Class org.graalvm.word.Pointer is not found;
> referenced by 82 class files
> com.oracle.svm.core.SubstrateUtil (svm-19.0.0.jar)
> com.oracle.svm.core.MemoryUtil (svm-19.0.0.jar)
> com.oracle.svm.core.JavaMainWrapper (svm-19.0.0.jar)
> com.oracle.svm.core.hub.InteriorObjRefWalker (svm-19.0.0.jar)
> com.oracle.svm.core.hub.LayoutEncoding (svm-19.0.0.jar)
> com.oracle.svm.core.snippets.SnippetRuntime (svm-19.0.0.jar)
> com.oracle.svm.core.threadlocal.VMThreadLocalInfos (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_Unsafe_Core (svm-19.0.0.jar)
> com.oracle.svm.core.util.PointerUtils (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.AMD64FrameAccess (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.AMD64CPUFeatureAccess (svm-19.0.0.jar)
> com.oracle.svm.core.stack.JavaStackWalker (svm-19.0.0.jar)
> com.oracle.svm.core.stack.ThreadStackPrinter (svm-19.0.0.jar)
> com.oracle.svm.core.stack.SubstrateInspectedFrame (svm-19.0.0.jar)
> com.oracle.svm.core.os.OSCommittedMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.os.CopyingImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.DeoptimizedFrame (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Deoptimizer (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.DeoptimizationRuntime (svm-19.0.0.jar)
> com.oracle.svm.core.log.RealLog (svm-19.0.0.jar)
> com.oracle.svm.core.code.CollectingObjectReferenceVisitor (svm-19.0.0.jar)
> com.oracle.svm.core.c.CTypeConversionSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.CEntryPointNativeFunctions (svm-19.0.0.jar)
> com.oracle.svm.core.aarch64.AArch64FrameAccess (svm-19.0.0.jar)
> com.oracle.svm.core.heap.DiscoverableReference (svm-19.0.0.jar)
> com.oracle.svm.core.heap.NativeImageInfo (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ObjectHeader (svm-19.0.0.jar)
> com.oracle.svm.core.heap.InstanceReferenceMapDecoder (svm-19.0.0.jar)
> com.oracle.svm.core.heap.CodeReferenceMapDecoder (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ClassHistogramVisitor (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.InstalledCodeBuilder (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.VMThreadLocalMTObjectReferenceWalker (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PosixAMD64VaListSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckImpl (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__7 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_SubstrateIntrinsics (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_WriteReturnAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_DimensionsNode_allocaDimsArray (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.AArch64CGlobalDataLoadAddressOp (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateMemoryAccessProviderImpl (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeSignature (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeClosure (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixVirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Java_lang_Process_Supplement (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinUContextRegisterDumper (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.amd64.AMD64UContextRegisterDumper (svm-19.0.0.jar)
> com.oracle.svm.core.posix.aarch64.AArch64UContextRegisterDumper (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64CGlobalDataLoadAddressOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcher (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsNativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.OldGeneration (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GCImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.DiscoverableReferenceProcessing (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.CardTable (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PinnedObjectImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PathExhibitor (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GreyToBlackObjRefVisitor (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapChunkProvider (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapVerifierImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.UnalignedHeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.AlignedHeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.ObjectHeaderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.FirstObjectTable (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.ThreadLocalAllocation (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.StackVerifier (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GreyObjectsWalker (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Space (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.PluginFactory_AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIJavaVMList (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIStructFunctionsInitializer (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIInvocationInterface (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctions (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIReflectionDictionary (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.function.CodePointer is not found;
> referenced by 21 class files
> com.oracle.svm.core.SubstrateUtil (svm-19.0.0.jar)
> com.oracle.svm.core.snippets.SnippetRuntime (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.AMD64FrameAccess (svm-19.0.0.jar)
> com.oracle.svm.core.stack.JavaStackWalker (svm-19.0.0.jar)
> com.oracle.svm.core.stack.ThreadStackPrinter (svm-19.0.0.jar)
> com.oracle.svm.core.stack.SubstrateInspectedFrame (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.DeoptimizedFrame (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.DeoptTester (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Deoptimizer (svm-19.0.0.jar)
> com.oracle.svm.core.code.AbstractCodeInfo (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoTable (svm-19.0.0.jar)
> com.oracle.svm.core.code.RuntimeCodeInfo (svm-19.0.0.jar)
> com.oracle.svm.core.aarch64.AArch64FrameAccess (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.InstalledCodeBuilder (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_SubstrateIntrinsics (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstrateOptimizedCallTarget (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinUContextRegisterDumper (svm-19.0.0.jar)
> com.oracle.svm.core.posix.amd64.AMD64UContextRegisterDumper (svm-19.0.0.jar)
> com.oracle.svm.core.posix.aarch64.AArch64UContextRegisterDumper (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PathExhibitor (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.IsolateThread is not found;
> referenced by 22 class files
> com.oracle.svm.core.SubstrateUtil (svm-19.0.0.jar)
> com.oracle.svm.core.DumpAllStacks (svm-19.0.0.jar)
> com.oracle.svm.core.thread.VMOperation (svm-19.0.0.jar)
> com.oracle.svm.core.thread.VMThreads (svm-19.0.0.jar)
> com.oracle.svm.core.thread.VMOperationControl (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Safepoint (svm-19.0.0.jar)
> com.oracle.svm.core.thread.JavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.threadlocal.VMThreadLocalInfos (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Deoptimizer (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.CEntryPointNativeFunctions (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.CEntryPointBuiltins (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_WriteCurrentVMThreadNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadMTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadSTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.function.CEntryPointSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixVMThreads (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMThreads (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.ThreadLocalAllocation (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctions (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.type.CCharPointerPointer is not found;
> referenced by 6 class files
> com.oracle.svm.core.SubstrateUtil (svm-19.0.0.jar)
> com.oracle.svm.core.JavaMainWrapper (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGeneratorRunner (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeClosure (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Java_lang_Process_Supplement (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_lang_ProcessEnvironment (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.type.CTypeConversion is not found;
> referenced by 45 class files
> com.oracle.svm.core.SubstrateUtil (svm-19.0.0.jar)
> com.oracle.svm.core.VM (svm-19.0.0.jar)
> com.oracle.svm.core.JavaMainWrapper (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.InstalledCodeBuilder (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeClosure (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.TruffleNFISupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_com_sun_security_auth_module_UnixSystem (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_util_zip_Deflater_JDK11OrLater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_Inet4AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_Deflater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_jni (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_net_Inet4AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Java_lang_Process_Supplement (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_Inflater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_net_Inet4Address (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_SocketInputStream (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_net_PlainDatagramSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_util_zip_Deflater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixNativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetUtilMD (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_PlainSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_Inet6AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_lang_ProcessEnvironment (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_util_zip_Inflater_JDK11OrLater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixSystemPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_net_Inet6AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_io_UnixFileSystem (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_util_zip_Inflater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetUtil (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixJavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinSystemPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxSystemPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsNativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsSystemPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctions (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIInvocationInterface (svm-19.0.0.jar)
> Class org.graalvm.word.WordFactory is not found;
> referenced by 158 class files
> com.oracle.svm.core.SubstrateUtil (svm-19.0.0.jar)
> com.oracle.svm.core.Isolates (svm-19.0.0.jar)
> com.oracle.svm.core.MemoryUtil (svm-19.0.0.jar)
> com.oracle.svm.core.JavaMainWrapper (svm-19.0.0.jar)
> com.oracle.svm.core.hub.LayoutEncoding (svm-19.0.0.jar)
> com.oracle.svm.core.thread.VMOperation (svm-19.0.0.jar)
> com.oracle.svm.core.thread.VMThreads (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Safepoint (svm-19.0.0.jar)
> com.oracle.svm.core.snippets.SnippetRuntime (svm-19.0.0.jar)
> com.oracle.svm.core.threadlocal.VMThreadLocalInfos (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.UninterruptibleUtils (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_java_lang_System (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_java_nio_Bits (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.NativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_Unsafe_Core (svm-19.0.0.jar)
> com.oracle.svm.core.util.MetricsLogUtils (svm-19.0.0.jar)
> com.oracle.svm.core.util.AtomicWord (svm-19.0.0.jar)
> com.oracle.svm.core.util.TimeUtils (svm-19.0.0.jar)
> com.oracle.svm.core.util.AtomicUnsigned (svm-19.0.0.jar)
> com.oracle.svm.core.util.UnsignedUtils (svm-19.0.0.jar)
> com.oracle.svm.core.stack.JavaStackWalker (svm-19.0.0.jar)
> com.oracle.svm.core.os.OSCommittedMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.os.CommittedMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.DeoptimizedFrame (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Deoptimizer (svm-19.0.0.jar)
> com.oracle.svm.core.handles.ThreadLocalHandles (svm-19.0.0.jar)
> com.oracle.svm.core.handles.ObjectHandlesImpl (svm-19.0.0.jar)
> com.oracle.svm.core.log.RealLog (svm-19.0.0.jar)
> com.oracle.svm.core.code.AbstractCodeInfo (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoTable (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoVerifier (svm-19.0.0.jar)
> com.oracle.svm.core.c.CTypeConversionSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.CEntryPointNativeFunctions (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.CEntryPointSetup (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.CEntryPointBuiltins (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.IsolateSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.heap.DiscoverableReference (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ReferenceAccessImpl (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ObjectHeader (svm-19.0.0.jar)
> com.oracle.svm.core.heap.PinnedBuffer (svm-19.0.0.jar)
> com.oracle.svm.core.heap.CodeReferenceMapDecoder (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.InstalledCodeBuilder (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckImpl (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.ArraycopySnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.LIRNativeImageCodeCache (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateMemoryAccessProviderImpl (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstrateOptimizedCallTarget (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeAPIImpl (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NativeString (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_ClosureNativePointer (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.LocalNativeScope (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NativeAllocation (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeSignature (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeClosure (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NFIContext (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.TruffleNFISupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_com_sun_security_auth_module_UnixSystem (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_util_zip_Deflater_JDK11OrLater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_Inet4AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_sun_misc_NativeSignalHandler (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_Deflater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixVirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Java_lang_Process_Supplement (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_CRC32 (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_lang_System (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_Inflater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.SubstrateSegfaultHandler (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_SocketInputStream (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_Adler32 (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_PlainDatagramSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_util_zip_Deflater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixNativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixSunNioSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetUtilMD (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_PlainSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_NetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_Inet6AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_util_zip_Inflater_JDK11OrLater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_io_RandomAccessFile (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNetClose (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_jdk_internal_misc_VM (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixSystemPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_net_Inet6AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_os (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_jdk_internal_misc_Signal (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_io_UnixFileSystem (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_SocketOutputStream (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_io_FileInputStream (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.UnmanagedMemorySupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_util_zip_Inflater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.VmPrimsJNI (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixParkEvent (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixVMThreads (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixJavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.Target_java_lang_System (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinSystemPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinCoreFoundationUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinJavaNetCloseImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinUContextRegisterDumper (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.Target_java_lang_System (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxJavaNetCloseImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.posix.amd64.AMD64UContextRegisterDumper (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadConditionUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadVMLockSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.aarch64.AArch64UContextRegisterDumper (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.posix.PosixTruffleNFISupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMThreads (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsUnmanagedMemorySupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsNativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsParkEvent (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsUtils (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapPolicy (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GCImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.CardTable (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PathExhibitor (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.SpaceVerifierImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapChunkProvider (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PinnedAllocatorImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Space (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.UnalignedHeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.AlignedHeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.ObjectHeaderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.FirstObjectTable (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.MemoryMXBeanMemoryVisitor (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.ThreadLocalAllocation (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GreyObjectsWalker (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIJavaVMList (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIGlobalHandles (svm-19.0.0.jar)
> com.oracle.svm.jni.JNILibraryInitializer (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIGeneratedMethodSupport (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctions (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctionTables (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIInvocationInterface (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessibleField (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIReflectionDictionary (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNINativeLinkage (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.BreakpointNode is not found;
> referenced by 5 class files
> com.oracle.svm.core.SubstrateUtil (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_SubstrateUtil_breakpoint (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_breakpoint (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.CurrentIsolate is not found;
> referenced by 22 class files
> com.oracle.svm.core.SubstrateUtil (svm-19.0.0.jar)
> com.oracle.svm.core.DumpAllStacks (svm-19.0.0.jar)
> com.oracle.svm.core.thread.VMOperation (svm-19.0.0.jar)
> com.oracle.svm.core.thread.VMThreads (svm-19.0.0.jar)
> com.oracle.svm.core.thread.VMOperationControl (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Safepoint (svm-19.0.0.jar)
> com.oracle.svm.core.thread.JavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Target_java_lang_Thread (svm-19.0.0.jar)
> com.oracle.svm.core.thread.ThreadListOperation (svm-19.0.0.jar)
> com.oracle.svm.core.thread.ThreadingSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.stack.SubstrateInspectedFrame (svm-19.0.0.jar)
> com.oracle.svm.core.os.OSCommittedMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Deoptimizer (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.CEntryPointNativeFunctions (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.CEntryPointBuiltins (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.function.CEntryPointSupport (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeClosure (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NFIInitialization (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.StackVerifier (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GCImpl (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctionTables (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.function.CFunctionPointer is not found;
> referenced by 22 class files
> com.oracle.svm.core.SubstrateUtil (svm-19.0.0.jar)
> com.oracle.svm.core.hub.ClassInitializationInfo (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Deoptimizer (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.MethodPointer (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageCodeCache (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageHeap (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.RelocatableBuffer (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.codegen.CSourceCodeWriter (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstrateOptimizedCallTarget (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeAPI (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NFIInitialization (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.libffi.LibFFI (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.ZLib (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Signal (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIOnLoadFunctionPointer (svm-19.0.0.jar)
> com.oracle.svm.jni.nativeapi.JNIFunctionPointerTypes (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctions (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctionTablesFeature (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.CContext$Directives is not found;
> referenced by 13 class files
> com.oracle.svm.core.LibCHelperDirectives (svm-19.0.0.jar)
> com.oracle.svm.core.ErrnoDirectives (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.BuiltinDirectives (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.NativeCodeContext (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.NativeLibraries (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.CAnnotationProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.info.NativeCodeInfo (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.codegen.QueryCodeWriter (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.libffi.LibFFIHeaderDirectives (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.PosixDirectives (svm-19.0.0.jar)
> com.oracle.svm.core.windows.headers.WindowsDirectives (svm-19.0.0.jar)
> com.oracle.svm.jni.nativeapi.JNIHeaderDirectives (svm-19.0.0.jar)
> Class org.graalvm.compiler.options.OptionKey is not found;
> referenced by 15 class files
> com.oracle.svm.core.SubstrateOptions (svm-19.0.0.jar)
> com.oracle.svm.core.option.RuntimeOptionsSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.option.RuntimeOptionParser (svm-19.0.0.jar)
> com.oracle.svm.core.option.SubstrateOptionsParser (svm-19.0.0.jar)
> com.oracle.svm.core.option.RuntimeOptionKey (svm-19.0.0.jar)
> com.oracle.svm.core.option.HostedOptionKey (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.SVMHost (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageOptions (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ConfigurableClassInitialization (svm-19.0.0.jar)
> com.oracle.svm.hosted.option.RuntimeOptionFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.option.HostedOptionProviderHelper (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.hosted.Feature is not found;
> referenced by 154 class files
> com.oracle.svm.core.JavaMainWrapper (svm-19.0.0.jar)
> com.oracle.svm.core.MonitorFeature (svm-19.0.0.jar)
> com.oracle.svm.core.VMInspection (svm-19.0.0.jar)
> com.oracle.svm.core.StaticFieldsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.hub.DynamicHubFeature (svm-19.0.0.jar)
> com.oracle.svm.core.hub.ClassForNameFeature (svm-19.0.0.jar)
> com.oracle.svm.core.thread.VMOperationControlFeature (svm-19.0.0.jar)
> com.oracle.svm.core.thread.JavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.thread.SafepointFeature (svm-19.0.0.jar)
> com.oracle.svm.core.thread.ThreadingSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.core.threadlocal.VMThreadLocalInfosFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Resources (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.ManagementFactoryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.VarHandleFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.NativeLibrarySupportFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.FileTypeDetectorFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.LocalizationFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.AtomicFieldUpdaterFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.TimeZoneFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.SystemInOutErrFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.FileSystemProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.RuntimeFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.JavaNetFeature (svm-19.0.0.jar)
> com.oracle.svm.core.option.OptionAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.option.XOptionAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.util.CounterFeature (svm-19.0.0.jar)
> com.oracle.svm.core.util.HostedStringDeduplicationFeature (svm-19.0.0.jar)
> com.oracle.svm.core.allocationprofile.AllocationProfilingFeature (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.AMD64FrameAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.AMD64CPUFeatureAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.os.OSCommittedMemoryProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.os.ImageHeapProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.handles.ObjectHandlesFeature (svm-19.0.0.jar)
> com.oracle.svm.core.locks.SingleThreadedVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoFeature (svm-19.0.0.jar)
> com.oracle.svm.core.code.RuntimeCodeInfoMemoryWalkerAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.code.InstalledCodeObserverFeature (svm-19.0.0.jar)
> com.oracle.svm.core.code.ImageCodeInfoMemoryWalkerAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.c.ProjectHeaderFile (svm-19.0.0.jar)
> com.oracle.svm.core.c.CTypeConversionFeature (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.IsolateSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.core.aarch64.AArch64CPUFeatureAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.aarch64.AMD64FrameAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ReferenceAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.heap.MemoryWalkerAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.GraalFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64RegisterConfigFactoryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64BackendFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ClassValueFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.JCKRuntimeTestsSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureHandler (svm-19.0.0.jar)
> com.oracle.svm.hosted.VMFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ClassNewInstanceFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ClassLoaderFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.SecurityServicesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FallbackFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ImageClasspathFileTypeDetectorFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.LoggingFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ResourcesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ServiceLoaderFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.MaterializedConstantFieldsFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.AutomaticSubstitutionFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationTypeFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ameta.HostedDynamicHubFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.option.RuntimeOptionFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.javafx.JavaFXFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.StringInternFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.DisallowedImageHeapObjectFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompilationInfoFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointLiteralFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessCalleesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionLinkagesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionPointerCallStubSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SubstrateLIRBackendFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.amd64.AMD64HostedPatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.aarch64.AArch64HostedPatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.FieldsOffsetsFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.NodeClassFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.TruffleNFIFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaLangSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.SunNioChNativeThreadFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixSubstrateOperatingSystemMXBeanFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetPlainSocketImplFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.UnmanagedMemoryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixLogHandlerFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.IgnoreSIGPIPEFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.SegfaultHandlerFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixNativeLibraryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixVirtualMemoryProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNetSubstitutionsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixVMThreadsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixThreadsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinUContextRegisterDumperFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinSubsitutionsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinImageHeapProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinJavaNetCloseFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinStackOverflowSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinSystemPropertiesFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxStackOverflowSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxJavaNetCloseFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxSystemPropertiesFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxImageHeapProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.amd64.AMD64UContextRegisterDumperFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.aarch64.AArch64UContextRegisterDumperFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.posix.PosixTruffleNFIFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64BackendFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64RegisterConfigFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64AddressLoweringPhaseFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.aarch64.AArch64NativeImagePatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsThreadsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaNetSubstitutionsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsLogHandlerFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsSystemPropertiesFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVirtualMemoryProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMThreadsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.UnmanagedMemoryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsSubstrateOperatingSystemMXBeanFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsNativeLibraryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaNIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsStackOverflowSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PinnedObjectImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.AlignedHeapChunkMemoryWalkerAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.UnalignedHeapChunkMemoryWalkerAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.MemoryWalkerFeature (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.BarrierSnippetCountersFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.JNILibraryLoadFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIThreadLocalEnvironmentFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIGlobalHandlesFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIAutomaticFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNICallWrapperFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctionTablesFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionMetadataFeature (svm-19.0.0.jar)
> com.oracle.svm.reflect.proxy.hosted.DynamicProxyFeature (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.hosted.Feature$AfterRegistrationAccess is not found;
> referenced by 101 class files
> com.oracle.svm.core.JavaMainWrapper (svm-19.0.0.jar)
> com.oracle.svm.core.MonitorFeature (svm-19.0.0.jar)
> com.oracle.svm.core.StaticFieldsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.hub.DynamicHubFeature (svm-19.0.0.jar)
> com.oracle.svm.core.hub.ClassForNameFeature (svm-19.0.0.jar)
> com.oracle.svm.core.thread.VMOperationControlFeature (svm-19.0.0.jar)
> com.oracle.svm.core.thread.SafepointFeature (svm-19.0.0.jar)
> com.oracle.svm.core.thread.ThreadingSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.core.threadlocal.VMThreadLocalInfosFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Resources (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.ManagementFactoryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.VarHandleFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.NativeLibrarySupportFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.FileTypeDetectorFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.LocalizationFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.TimeZoneFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.FileSystemProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.RuntimeFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.JavaNetFeature (svm-19.0.0.jar)
> com.oracle.svm.core.option.OptionAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.option.XOptionAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.util.CounterFeature (svm-19.0.0.jar)
> com.oracle.svm.core.util.HostedStringDeduplicationFeature (svm-19.0.0.jar)
> com.oracle.svm.core.allocationprofile.AllocationProfilingFeature (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.AMD64FrameAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.AMD64CPUFeatureAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.handles.ObjectHandlesFeature (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoFeature (svm-19.0.0.jar)
> com.oracle.svm.core.code.RuntimeCodeInfoMemoryWalkerAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.code.InstalledCodeObserverFeature (svm-19.0.0.jar)
> com.oracle.svm.core.code.ImageCodeInfoMemoryWalkerAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.c.ProjectHeaderFile (svm-19.0.0.jar)
> com.oracle.svm.core.c.CTypeConversionFeature (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.IsolateSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.core.aarch64.AArch64CPUFeatureAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.aarch64.AMD64FrameAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ReferenceAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.heap.MemoryWalkerAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64RegisterConfigFactoryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64BackendFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ClassValueFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ClassLoaderFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FallbackFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ResourcesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.MaterializedConstantFieldsFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationTypeFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.option.RuntimeOptionFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.StringInternFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompilationInfoFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessCalleesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionLinkagesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SubstrateLIRBackendFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.amd64.AMD64HostedPatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.aarch64.AArch64HostedPatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.DeoptimizationFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixSubstrateOperatingSystemMXBeanFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.UnmanagedMemoryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixNativeLibraryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixVMThreadsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixThreadsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinUContextRegisterDumperFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinSubsitutionsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinJavaNetCloseFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinStackOverflowSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinSystemPropertiesFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxStackOverflowSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxJavaNetCloseFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxSystemPropertiesFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.amd64.AMD64UContextRegisterDumperFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.aarch64.AArch64UContextRegisterDumperFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64BackendFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64RegisterConfigFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64AddressLoweringPhaseFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.aarch64.AArch64NativeImagePatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsThreadsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsSystemPropertiesFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMThreadsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.UnmanagedMemoryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsSubstrateOperatingSystemMXBeanFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsNativeLibraryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsStackOverflowSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PinnedObjectImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.AlignedHeapChunkMemoryWalkerAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.UnalignedHeapChunkMemoryWalkerAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.MemoryWalkerFeature (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.HeapFeature (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.BarrierSnippetCountersFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIGlobalHandlesFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessFeature (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.ImageSingletons is not found;
> referenced by 258 class files
> com.oracle.svm.core.MonitorFeature (svm-19.0.0.jar)
> com.oracle.svm.core.ImageProfiles (svm-19.0.0.jar)
> com.oracle.svm.core.MemoryWalker (svm-19.0.0.jar)
> com.oracle.svm.core.StaticFieldsSupport (svm-19.0.0.jar)
> com.oracle.svm.core.MonitorSupport (svm-19.0.0.jar)
> com.oracle.svm.core.FrameAccess (svm-19.0.0.jar)
> com.oracle.svm.core.SubstrateUtil (svm-19.0.0.jar)
> com.oracle.svm.core.StaticFieldsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.JavaMainWrapper (svm-19.0.0.jar)
> com.oracle.svm.core.hub.DynamicHubFeature (svm-19.0.0.jar)
> com.oracle.svm.core.hub.DynamicHubSupport (svm-19.0.0.jar)
> com.oracle.svm.core.hub.ClassForNameFeature (svm-19.0.0.jar)
> com.oracle.svm.core.hub.LayoutEncoding (svm-19.0.0.jar)
> com.oracle.svm.core.hub.ClassForNameSupport (svm-19.0.0.jar)
> com.oracle.svm.core.thread.VMOperation (svm-19.0.0.jar)
> com.oracle.svm.core.thread.VMOperationControlFeature (svm-19.0.0.jar)
> com.oracle.svm.core.thread.ThreadingSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.thread.VMThreads (svm-19.0.0.jar)
> com.oracle.svm.core.thread.VMOperationControl (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Safepoint (svm-19.0.0.jar)
> com.oracle.svm.core.thread.JavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Target_java_lang_Thread (svm-19.0.0.jar)
> com.oracle.svm.core.thread.ParkEvent (svm-19.0.0.jar)
> com.oracle.svm.core.config.ConfigurationValues (svm-19.0.0.jar)
> com.oracle.svm.core.snippets.SnippetRuntime (svm-19.0.0.jar)
> com.oracle.svm.core.threadlocal.VMThreadLocalInfos (svm-19.0.0.jar)
> com.oracle.svm.core.threadlocal.VMThreadLocalInfosFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Resources (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.ManagementFactoryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.JavaNetSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_java_util_ResourceBundle (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.FileSystemProviderSupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_java_lang_System (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.LocalizationFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_jdk_vm_ci_services_Services (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.JavaLangSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.PlatformNativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.SystemInOutErrSupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.RuntimeSupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.DefaultDetectorComputer (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.VMErrorSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.TimeZoneFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.URLProtocolsSupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.FileTypeDetectorSupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_java_lang_String (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.SystemInOutErrFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_java_lang_management_ManagementFactory (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.TimeZoneSupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_jdk_internal_misc_VM (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_java_nio_file_spi_FileSystemProvider (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_java_lang_Object (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.NativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.ExchangerABASEComputer (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.FileSystemProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.VarHandleFieldOffsetComputer (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.SubstrateRuntimeMXBean (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.RuntimeFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_java_nio_charset_Charset (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.JavaNetFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.InstalledDetectorsComputer (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.proxy.Target_java_lang_reflect_Proxy (svm-19.0.0.jar)
> com.oracle.svm.core.option.OptionAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.option.RuntimeOptionValues (svm-19.0.0.jar)
> com.oracle.svm.core.option.HostedOptionValues (svm-19.0.0.jar)
> com.oracle.svm.core.option.RuntimeOptionParser (svm-19.0.0.jar)
> com.oracle.svm.core.option.XOptions (svm-19.0.0.jar)
> com.oracle.svm.core.option.XOptionAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.util.CounterFeature (svm-19.0.0.jar)
> com.oracle.svm.core.util.Counter (svm-19.0.0.jar)
> com.oracle.svm.core.util.HostedStringDeduplicationFeature (svm-19.0.0.jar)
> com.oracle.svm.core.util.HostedStringDeduplication (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.AMD64FrameAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.AMD64CPUFeatureAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.stack.StackOverflowCheck (svm-19.0.0.jar)
> com.oracle.svm.core.os.CommittedMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.os.ImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.os.VirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.os.OSCommittedMemoryProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.os.ImageHeapProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.DeoptimizationSupport (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Deoptimizer (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.DeoptimizationCounters (svm-19.0.0.jar)
> com.oracle.svm.core.handles.ObjectHandlesFeature (svm-19.0.0.jar)
> com.oracle.svm.core.log.RealLog (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoFeature (svm-19.0.0.jar)
> com.oracle.svm.core.code.FrameInfoEncoder (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoEncoder (svm-19.0.0.jar)
> com.oracle.svm.core.code.ImageCodeInfo (svm-19.0.0.jar)
> com.oracle.svm.core.code.RuntimeCodeInfoMemoryWalkerAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.code.InstalledCodeObserverFeature (svm-19.0.0.jar)
> com.oracle.svm.core.code.ImageCodeInfoMemoryWalkerAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoTable (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoDecoder (svm-19.0.0.jar)
> com.oracle.svm.core.code.RuntimeCodeInfo (svm-19.0.0.jar)
> com.oracle.svm.core.c.ProjectHeaderFile (svm-19.0.0.jar)
> com.oracle.svm.core.c.CTypeConversionFeature (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.IsolateSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.aarch64.AArch64CPUFeatureAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.aarch64.AMD64FrameAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ReferenceAccessImpl (svm-19.0.0.jar)
> com.oracle.svm.core.heap.PhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ReferenceAccess (svm-19.0.0.jar)
> com.oracle.svm.core.heap.NativeImageInfo (svm-19.0.0.jar)
> com.oracle.svm.core.heap.MemoryWalkerAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.heap.Heap (svm-19.0.0.jar)
> com.oracle.svm.core.properties.RuntimePropertyParser (svm-19.0.0.jar)
> com.oracle.svm.core.graal.GraalConfiguration (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.InstalledCodeBuilder (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateForeignCallsProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.VMThreadLocalSTHolderNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckImpl (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.PatchConsumerFactory (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.SubstrateBackendFactory (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64RegisterConfigFactoryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64BackendFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.ClassValueFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureHandler (svm-19.0.0.jar)
> com.oracle.svm.hosted.ResourcesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ClassLoaderFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.SecurityServicesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.HostedConfiguration (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.MaterializedConstantFields (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.CEntryPointFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadSTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.DeoptHostedSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.Target_sun_reflect_annotation_AnnotationType (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationTypeFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.jni.JNIRuntimeAccess (svm-19.0.0.jar)
> com.oracle.svm.hosted.option.RuntimeOptionFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.StringInternFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageCodeCache (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageHeap (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageCodeCacheFactory (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.ObjectGroupHistogram (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.FatalAssertionsNodePlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompilationInfoFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessCalleesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionLinkagesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionPointerCallStubSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionLinkages (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompilationInfoSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SubstrateLIRBackendFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SharedRuntimeConfigurationBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.amd64.AMD64HostedPatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.aarch64.AArch64HostedPatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.CGlobalDataFeature (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalUtils (svm-19.0.0.jar)
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.FieldsOffsetsFeature (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.DeoptimizationFeature (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateMetaAccess (svm-19.0.0.jar)
> com.oracle.svm.truffle.NodeClassFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_ClosureNativePointer (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeAPIImpl (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.TruffleNFIFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeClosure (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NFIContext (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.TruffleNFISupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaLangSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.SunNioChNativeThreadFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.SubstrateSegfaultHandler (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixSubstrateOperatingSystemMXBeanFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetPlainSocketImplFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.UnmanagedMemoryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetUtilMD (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_NetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixLogHandlerFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixNativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixVirtualMemoryProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNetSubstitutionsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixVMThreadsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixThreadsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.Target_java_lang_System (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinUContextRegisterDumperFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinSubsitutionsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinImageHeapProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinJavaNetCloseFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinStackOverflowSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinSystemPropertiesFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxStackOverflowSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxJavaNetCloseFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxSystemPropertiesFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxImageHeapProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.amd64.AMD64UContextRegisterDumperFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadVMCondition (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadVMLockSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadVMMutex (svm-19.0.0.jar)
> com.oracle.svm.core.posix.aarch64.AArch64UContextRegisterDumperFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.posix.PosixTruffleNFISupport (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64BackendFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64RegisterConfigFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64AddressLoweringPhaseFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.aarch64.AArch64NativeImagePatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsThreadsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaNetSubstitutionsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsLogHandlerFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsSystemPropertiesFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVirtualMemoryProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMCondition (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMThreadsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.UnmanagedMemoryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsSubstrateOperatingSystemMXBeanFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMLockSupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsNativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMMutex (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaNIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsStackOverflowSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.MemoryWalkerImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PinnedObjectImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.AlignedHeapChunkMemoryWalkerAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.UnalignedHeapChunkMemoryWalkerAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.UnalignedHeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.AlignedHeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.ObjectHeaderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.MemoryWalkerFeature (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.HeapFeature (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.BarrierSnippetCountersFeature (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.BarrierSnippets (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIThreadLocalEnvironmentFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIGlobalHandles (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctionTables (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctions (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIReflectionDictionary (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionFeature (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.AccessorComputer (svm-19.0.0.jar)
> com.oracle.svm.reflect.proxy.hosted.DynamicProxyFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.api.replacements.Fold is not found;
> referenced by 94 class files
> com.oracle.svm.core.Plugin_FrameAccess_wordSize (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_FrameAccess_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_DiagnosticThunkRegister_getSingleton (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_VMInspection_isEnabled (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_SubstrateOptions_getRuntimeAssertionsFilter (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_FrameAccess_returnAddressSize (svm-19.0.0.jar)
> com.oracle.svm.core.hub.Plugin_LayoutEncoding_getAlignmentMask (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_ThreadingSupportImpl_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_JavaThreads_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Master_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_VMThreads_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.config.Plugin_ConfigurationValues_getObjectLayout (svm-19.0.0.jar)
> com.oracle.svm.core.config.Plugin_ConfigurationValues_getTarget (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Plugin_RuntimeSupport_getRuntimeSupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Plugin_ClassLoaderSupport_getInstance (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_RuntimeOptionValues_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_HostedOptionKey_hasBeenSet (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_RuntimeOptionValues_getAllOptionNames (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_HostedOptionKey_getValue (svm-19.0.0.jar)
> com.oracle.svm.core.util.Plugin_ByteArrayReader_supportsUnalignedMemoryAccess (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.Plugin_AMD64FrameAccess_savedBasePointerSize (svm-19.0.0.jar)
> com.oracle.svm.core.stack.Plugin_StackOverflowCheck_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_socket_AF_UNIX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___solaris__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_isDarwin (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_ip_IPTOS_TOS_MASK (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___APPLE__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_MACOSX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined__ALLBSD_SOURCE (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_ImageHeapProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_VirtualMemoryProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_LINUX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___OpenBSD__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_WIN32 (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_sysctl_KIPC_MAXSOCKBUF (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_ip_IPTOS_PREC_MASK (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined__AIX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_CommittedMemoryProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___linux__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_if_LIFNAMSIZ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_socket_AF_INET6 (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_isLinux (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Plugin_DeoptTester_enabled (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Plugin_DeoptimizationCounters_counters (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Plugin_DeoptimizationSupport_enabled (svm-19.0.0.jar)
> com.oracle.svm.core.log.Plugin_Log_noopLog (svm-19.0.0.jar)
> com.oracle.svm.core.log.Plugin_Log_log (svm-19.0.0.jar)
> com.oracle.svm.core.code.Plugin_CodeInfoDecoder_counters (svm-19.0.0.jar)
> com.oracle.svm.core.code.Plugin_CodeInfoTable_getRuntimeCodeCache (svm-19.0.0.jar)
> com.oracle.svm.core.heap.Plugin_Heap_getHeap (svm-19.0.0.jar)
> com.oracle.svm.core.heap.Plugin_ReferenceAccess_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_hasHeapBase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_StackOverflowCheckImpl_supportedByOS (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeAssertionsEnabled (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.Plugin_NativeImageHeap_spawnIsolates (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.Plugin_NativeImageHeap_useHeapBase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.AnalysisGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Plugin_JavaNetNetUtil_MAX_PACKET_LEN (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Plugin_JavaNetNetUtilMD_SOCKADDR_LEN (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Plugin_JavaNetNetUtilMD_MAX_BUFFER_LEN (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ObjectHeaderImpl_hasBase (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getMemoryWalkerAccess (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getObjectsStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getLargeArrayThreshold (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ThreadLocalAllocation_log (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getHeaderSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getObjectStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyStackAfterGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_GCImpl_runtimeAssertions (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapChunkProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_PinnedAllocatorImpl_log (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyHeapAfterGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyStackBeforeGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getMemoryWalkerAccess (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getHeapImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getAlignedHeapChunkAlignment (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ObjectHeaderImpl_getObjectHeaderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyHeapBeforeGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getAlignedHeapChunkSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_BarrierSnippets_counters (svm-19.0.0.jar)
> com.oracle.svm.jni.access.Plugin_JNIAccessFeature_singleton (svm-19.0.0.jar)
> com.oracle.svm.jni.access.Plugin_JNIAccessFeature_haveJavaRuntimeReflectionSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.GeneratedInvocationPlugin is not found;
> referenced by 147 class files
> com.oracle.svm.core.Plugin_FrameAccess_wordSize (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_FrameAccess_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_SubstrateUtil_breakpoint (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_DiagnosticThunkRegister_getSingleton (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_VMInspection_isEnabled (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_SubstrateOptions_getRuntimeAssertionsFilter (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_FrameAccess_returnAddressSize (svm-19.0.0.jar)
> com.oracle.svm.core.hub.Plugin_LayoutEncoding_getAlignmentMask (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_ThreadingSupportImpl_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_JavaThreads_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Master_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathNativeToJava (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_VMThreads_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathSafepointCheck (svm-19.0.0.jar)
> com.oracle.svm.core.config.Plugin_ConfigurationValues_getObjectLayout (svm-19.0.0.jar)
> com.oracle.svm.core.config.Plugin_ConfigurationValues_getTarget (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Plugin_RuntimeSupport_getRuntimeSupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Plugin_ClassLoaderSupport_getInstance (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_RuntimeOptionValues_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_HostedOptionKey_hasBeenSet (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_RuntimeOptionValues_getAllOptionNames (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_HostedOptionKey_getValue (svm-19.0.0.jar)
> com.oracle.svm.core.util.Plugin_ByteArrayReader_supportsUnalignedMemoryAccess (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.Plugin_AMD64FrameAccess_savedBasePointerSize (svm-19.0.0.jar)
> com.oracle.svm.core.stack.Plugin_StackOverflowCheck_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_socket_AF_UNIX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___solaris__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_isDarwin (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_ip_IPTOS_TOS_MASK (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___APPLE__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_MACOSX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined__ALLBSD_SOURCE (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_ImageHeapProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_VirtualMemoryProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_LINUX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___OpenBSD__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_WIN32 (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_sysctl_KIPC_MAXSOCKBUF (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_ip_IPTOS_PREC_MASK (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined__AIX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_CommittedMemoryProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___linux__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_if_LIFNAMSIZ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_socket_AF_INET6 (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_isLinux (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Plugin_DeoptTester_enabled (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Plugin_DeoptimizationCounters_counters (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Plugin_DeoptimizationSupport_enabled (svm-19.0.0.jar)
> com.oracle.svm.core.log.Plugin_Log_noopLog (svm-19.0.0.jar)
> com.oracle.svm.core.log.Plugin_Log_log (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.Plugin_SafepointCheckNode_test (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.Plugin_CFunctionEpilogueNode_cFunctionEpilogue (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.Plugin_CFunctionPrologueNode_cFunctionPrologue (svm-19.0.0.jar)
> com.oracle.svm.core.code.Plugin_CodeInfoDecoder_counters (svm-19.0.0.jar)
> com.oracle.svm.core.code.Plugin_CodeInfoTable_getRuntimeCodeCache (svm-19.0.0.jar)
> com.oracle.svm.core.heap.Plugin_Heap_getHeap (svm-19.0.0.jar)
> com.oracle.svm.core.heap.Plugin_ReferenceAccess_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeURem__6 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeUDiv__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeDiv__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_breakpoint (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_loadHub (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_StackOverflowCheckSnippets_callSlowPath (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeUDiv__5 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeDiv__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallIsAttached (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__7 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeRem__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallFailFatally (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeRem__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__6 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__8 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallInitializeIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeURem__7 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__5 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorEnter (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_hasHeapBase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_StackOverflowCheckImpl_supportedByOS (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeAssertionsEnabled (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorExit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallTearDownIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.Plugin_ArraycopySnippets_callArraycopy (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.Plugin_StackValueNode_stackValue (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_WriteHeapBaseNode_writeCurrentVMHeapBase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_KillMemoryNode_killMemory (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_UnreachableNode_unreachable (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_MethodReturnNode_methodReturn (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_WriteCurrentVMThreadNode_writeCurrentVMThread (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_DimensionsNode_allocaDimsArray (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_WriteReturnAddressNode_writeReturnAddress (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.Plugin_NativeImageHeap_spawnIsolates (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.Plugin_NativeImageHeap_useHeapBase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.AnalysisGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.Plugin_DiscardStampNode_discardStamp (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Plugin_JavaNetNetUtil_MAX_PACKET_LEN (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Plugin_JavaNetNetUtilMD_SOCKADDR_LEN (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Plugin_JavaNetNetUtilMD_MAX_BUFFER_LEN (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ObjectHeaderImpl_hasBase (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getMemoryWalkerAccess (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getObjectsStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getLargeArrayThreshold (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ThreadLocalAllocation_log (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getHeaderSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getObjectStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyStackAfterGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_GCImpl_runtimeAssertions (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapChunkProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_PinnedAllocatorImpl_log (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyHeapAfterGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyStackBeforeGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getMemoryWalkerAccess (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getHeapImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getAlignedHeapChunkAlignment (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ObjectHeaderImpl_getObjectHeaderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyHeapBeforeGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getAlignedHeapChunkSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callNewMultiArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckDynamicHub (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_BarrierSnippets_counters (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckArrayHub (svm-19.0.0.jar)
> com.oracle.svm.jni.access.Plugin_JNIAccessFeature_singleton (svm-19.0.0.jar)
> com.oracle.svm.jni.access.Plugin_JNIAccessFeature_haveJavaRuntimeReflectionSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin$Receiver is not found;
> referenced by 157 class files
> com.oracle.svm.core.Plugin_FrameAccess_wordSize (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_FrameAccess_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_SubstrateUtil_breakpoint (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_DiagnosticThunkRegister_getSingleton (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_VMInspection_isEnabled (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_SubstrateOptions_getRuntimeAssertionsFilter (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_FrameAccess_returnAddressSize (svm-19.0.0.jar)
> com.oracle.svm.core.hub.Plugin_LayoutEncoding_getAlignmentMask (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_ThreadingSupportImpl_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_JavaThreads_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Master_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathNativeToJava (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_VMThreads_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathSafepointCheck (svm-19.0.0.jar)
> com.oracle.svm.core.config.Plugin_ConfigurationValues_getObjectLayout (svm-19.0.0.jar)
> com.oracle.svm.core.config.Plugin_ConfigurationValues_getTarget (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Plugin_RuntimeSupport_getRuntimeSupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Plugin_ClassLoaderSupport_getInstance (svm-19.0.0.jar)
> com.oracle.svm.core.option.PluginFactory_HostedOptionKey (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_RuntimeOptionValues_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_HostedOptionKey_hasBeenSet (svm-19.0.0.jar)
> com.oracle.svm.core.option.PluginFactory_RuntimeOptionValues (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_RuntimeOptionValues_getAllOptionNames (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_HostedOptionKey_getValue (svm-19.0.0.jar)
> com.oracle.svm.core.util.Plugin_ByteArrayReader_supportsUnalignedMemoryAccess (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.PluginFactory_AMD64FrameAccess (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.Plugin_AMD64FrameAccess_savedBasePointerSize (svm-19.0.0.jar)
> com.oracle.svm.core.stack.Plugin_StackOverflowCheck_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_socket_AF_UNIX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___solaris__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_isDarwin (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_ip_IPTOS_TOS_MASK (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___APPLE__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_MACOSX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined__ALLBSD_SOURCE (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_ImageHeapProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_VirtualMemoryProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_LINUX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___OpenBSD__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_WIN32 (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_sysctl_KIPC_MAXSOCKBUF (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_ip_IPTOS_PREC_MASK (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined__AIX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_CommittedMemoryProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___linux__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_if_LIFNAMSIZ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_socket_AF_INET6 (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_isLinux (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Plugin_DeoptTester_enabled (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Plugin_DeoptimizationCounters_counters (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Plugin_DeoptimizationSupport_enabled (svm-19.0.0.jar)
> com.oracle.svm.core.log.Plugin_Log_noopLog (svm-19.0.0.jar)
> com.oracle.svm.core.log.Plugin_Log_log (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.Plugin_SafepointCheckNode_test (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.Plugin_CFunctionEpilogueNode_cFunctionEpilogue (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.Plugin_CFunctionPrologueNode_cFunctionPrologue (svm-19.0.0.jar)
> com.oracle.svm.core.code.Plugin_CodeInfoDecoder_counters (svm-19.0.0.jar)
> com.oracle.svm.core.code.Plugin_CodeInfoTable_getRuntimeCodeCache (svm-19.0.0.jar)
> com.oracle.svm.core.heap.Plugin_Heap_getHeap (svm-19.0.0.jar)
> com.oracle.svm.core.heap.Plugin_ReferenceAccess_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeURem__6 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeUDiv__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeDiv__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_breakpoint (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_loadHub (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_StackOverflowCheckSnippets_callSlowPath (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeUDiv__5 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeDiv__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallIsAttached (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__7 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeRem__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallFailFatally (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeRem__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__6 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__8 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallInitializeIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeURem__7 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__5 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorEnter (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_hasHeapBase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_StackOverflowCheckImpl_supportedByOS (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeAssertionsEnabled (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorExit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallTearDownIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.JDKIntrinsicsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.Plugin_ArraycopySnippets_callArraycopy (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.Plugin_StackValueNode_stackValue (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_WriteHeapBaseNode_writeCurrentVMHeapBase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_KillMemoryNode_killMemory (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_UnreachableNode_unreachable (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_MethodReturnNode_methodReturn (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_WriteCurrentVMThreadNode_writeCurrentVMThread (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_DimensionsNode_allocaDimsArray (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_WriteReturnAddressNode_writeReturnAddress (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadSTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadMTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.ReflectionPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.Plugin_NativeImageHeap_spawnIsolates (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.Plugin_NativeImageHeap_useHeapBase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.Plugin_DiscardStampNode_discardStamp (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.CGlobalDataFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.function.CEntryPointSupport (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Plugin_JavaNetNetUtil_MAX_PACKET_LEN (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Plugin_JavaNetNetUtilMD_SOCKADDR_LEN (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Plugin_JavaNetNetUtilMD_MAX_BUFFER_LEN (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ObjectHeaderImpl_hasBase (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getMemoryWalkerAccess (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getObjectsStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getLargeArrayThreshold (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ThreadLocalAllocation_log (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getHeaderSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getObjectStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyStackAfterGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_GCImpl_runtimeAssertions (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapChunkProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_PinnedAllocatorImpl_log (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyHeapAfterGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyStackBeforeGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getMemoryWalkerAccess (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getHeapImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getAlignedHeapChunkAlignment (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ObjectHeaderImpl_getObjectHeaderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyHeapBeforeGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getAlignedHeapChunkSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callNewMultiArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckDynamicHub (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_BarrierSnippets_counters (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckArrayHub (svm-19.0.0.jar)
> com.oracle.svm.jni.access.PluginFactory_JNIAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.access.Plugin_JNIAccessFeature_singleton (svm-19.0.0.jar)
> com.oracle.svm.jni.access.Plugin_JNIAccessFeature_haveJavaRuntimeReflectionSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext is not found;
> referenced by 162 class files
> com.oracle.svm.core.Plugin_FrameAccess_wordSize (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_FrameAccess_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_SubstrateUtil_breakpoint (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_DiagnosticThunkRegister_getSingleton (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_VMInspection_isEnabled (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_SubstrateOptions_getRuntimeAssertionsFilter (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_FrameAccess_returnAddressSize (svm-19.0.0.jar)
> com.oracle.svm.core.hub.Plugin_LayoutEncoding_getAlignmentMask (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_ThreadingSupportImpl_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_JavaThreads_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Master_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathNativeToJava (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_VMThreads_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathSafepointCheck (svm-19.0.0.jar)
> com.oracle.svm.core.config.Plugin_ConfigurationValues_getObjectLayout (svm-19.0.0.jar)
> com.oracle.svm.core.config.Plugin_ConfigurationValues_getTarget (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Plugin_RuntimeSupport_getRuntimeSupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Plugin_ClassLoaderSupport_getInstance (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.LocalizationFeature (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_RuntimeOptionValues_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_HostedOptionKey_hasBeenSet (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_RuntimeOptionValues_getAllOptionNames (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_HostedOptionKey_getValue (svm-19.0.0.jar)
> com.oracle.svm.core.util.Plugin_ByteArrayReader_supportsUnalignedMemoryAccess (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.Plugin_AMD64FrameAccess_savedBasePointerSize (svm-19.0.0.jar)
> com.oracle.svm.core.stack.Plugin_StackOverflowCheck_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_socket_AF_UNIX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___solaris__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_isDarwin (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_ip_IPTOS_TOS_MASK (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___APPLE__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_MACOSX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined__ALLBSD_SOURCE (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_ImageHeapProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_VirtualMemoryProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_LINUX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___OpenBSD__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_WIN32 (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_sysctl_KIPC_MAXSOCKBUF (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_ip_IPTOS_PREC_MASK (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined__AIX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_CommittedMemoryProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___linux__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_if_LIFNAMSIZ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_socket_AF_INET6 (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_isLinux (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Plugin_DeoptTester_enabled (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Plugin_DeoptimizationCounters_counters (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Plugin_DeoptimizationSupport_enabled (svm-19.0.0.jar)
> com.oracle.svm.core.log.Plugin_Log_noopLog (svm-19.0.0.jar)
> com.oracle.svm.core.log.Plugin_Log_log (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.Plugin_SafepointCheckNode_test (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.Plugin_CFunctionEpilogueNode_cFunctionEpilogue (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.Plugin_CFunctionPrologueNode_cFunctionPrologue (svm-19.0.0.jar)
> com.oracle.svm.core.code.Plugin_CodeInfoDecoder_counters (svm-19.0.0.jar)
> com.oracle.svm.core.code.Plugin_CodeInfoTable_getRuntimeCodeCache (svm-19.0.0.jar)
> com.oracle.svm.core.heap.Plugin_Heap_getHeap (svm-19.0.0.jar)
> com.oracle.svm.core.heap.Plugin_ReferenceAccess_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeURem__6 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeUDiv__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeDiv__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_breakpoint (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_loadHub (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_StackOverflowCheckSnippets_callSlowPath (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeUDiv__5 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeDiv__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallIsAttached (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__7 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeRem__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallFailFatally (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeRem__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__6 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__8 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallInitializeIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeURem__7 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__5 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorEnter (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_hasHeapBase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_StackOverflowCheckImpl_supportedByOS (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeAssertionsEnabled (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorExit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallTearDownIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.JDKIntrinsicsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.Plugin_ArraycopySnippets_callArraycopy (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.Plugin_StackValueNode_stackValue (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_WriteHeapBaseNode_writeCurrentVMHeapBase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_KillMemoryNode_killMemory (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_UnreachableNode_unreachable (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_MethodReturnNode_methodReturn (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_WriteCurrentVMThreadNode_writeCurrentVMThread (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_DimensionsNode_allocaDimsArray (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_WriteReturnAddressNode_writeReturnAddress (svm-19.0.0.jar)
> com.oracle.svm.hosted.ExceptionSynthesizer (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeletedFieldsPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadLocalCollector (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadMTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadSTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.Plugin_NativeImageHeap_spawnIsolates (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.Plugin_NativeImageHeap_useHeapBase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.FatalAssertionsNodePlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateClassInitializationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.InjectedAccessorsPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.ConstantFoldLoadFieldPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.Plugin_DiscardStampNode_discardStamp (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.CGlobalDataFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.function.CEntryPointSupport (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Plugin_JavaNetNetUtil_MAX_PACKET_LEN (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Plugin_JavaNetNetUtilMD_SOCKADDR_LEN (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Plugin_JavaNetNetUtilMD_MAX_BUFFER_LEN (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ObjectHeaderImpl_hasBase (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getMemoryWalkerAccess (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getObjectsStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getLargeArrayThreshold (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ThreadLocalAllocation_log (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getHeaderSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getObjectStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyStackAfterGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_GCImpl_runtimeAssertions (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapChunkProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_PinnedAllocatorImpl_log (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyHeapAfterGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyStackBeforeGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getMemoryWalkerAccess (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getHeapImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getAlignedHeapChunkAlignment (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ObjectHeaderImpl_getObjectHeaderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyHeapBeforeGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getAlignedHeapChunkSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callNewMultiArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckDynamicHub (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_BarrierSnippets_counters (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckArrayHub (svm-19.0.0.jar)
> com.oracle.svm.jni.access.Plugin_JNIAccessFeature_singleton (svm-19.0.0.jar)
> com.oracle.svm.jni.access.Plugin_JNIAccessFeature_haveJavaRuntimeReflectionSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.ConstantNode is not found;
> referenced by 125 class files
> com.oracle.svm.core.Plugin_FrameAccess_wordSize (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_FrameAccess_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_DiagnosticThunkRegister_getSingleton (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_VMInspection_isEnabled (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_SubstrateOptions_getRuntimeAssertionsFilter (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_FrameAccess_returnAddressSize (svm-19.0.0.jar)
> com.oracle.svm.core.hub.Plugin_LayoutEncoding_getAlignmentMask (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_ThreadingSupportImpl_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_JavaThreads_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Master_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_VMThreads_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.config.Plugin_ConfigurationValues_getObjectLayout (svm-19.0.0.jar)
> com.oracle.svm.core.config.Plugin_ConfigurationValues_getTarget (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Plugin_RuntimeSupport_getRuntimeSupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Plugin_ClassLoaderSupport_getInstance (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_RuntimeOptionValues_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_HostedOptionKey_hasBeenSet (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_RuntimeOptionValues_getAllOptionNames (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_HostedOptionKey_getValue (svm-19.0.0.jar)
> com.oracle.svm.core.util.Plugin_ByteArrayReader_supportsUnalignedMemoryAccess (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.Plugin_AMD64FrameAccess_savedBasePointerSize (svm-19.0.0.jar)
> com.oracle.svm.core.stack.Plugin_StackOverflowCheck_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_socket_AF_UNIX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___solaris__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_isDarwin (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_ip_IPTOS_TOS_MASK (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___APPLE__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_MACOSX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined__ALLBSD_SOURCE (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_ImageHeapProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_VirtualMemoryProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_LINUX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___OpenBSD__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_WIN32 (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_sysctl_KIPC_MAXSOCKBUF (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_ip_IPTOS_PREC_MASK (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined__AIX (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_CommittedMemoryProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined___linux__ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_if_LIFNAMSIZ (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_socket_AF_INET6 (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_IsDefined_isLinux (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Plugin_DeoptTester_enabled (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Plugin_DeoptimizationCounters_counters (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Plugin_DeoptimizationSupport_enabled (svm-19.0.0.jar)
> com.oracle.svm.core.log.Plugin_Log_noopLog (svm-19.0.0.jar)
> com.oracle.svm.core.log.Plugin_Log_log (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.SafepointCheckNode (svm-19.0.0.jar)
> com.oracle.svm.core.code.Plugin_CodeInfoDecoder_counters (svm-19.0.0.jar)
> com.oracle.svm.core.code.Plugin_CodeInfoTable_getRuntimeCodeCache (svm-19.0.0.jar)
> com.oracle.svm.core.heap.Plugin_Heap_getHeap (svm-19.0.0.jar)
> com.oracle.svm.core.heap.Plugin_ReferenceAccess_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.LoadVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.CompareAndSetVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.StoreVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.AddressOfVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_hasHeapBase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_StackOverflowCheckImpl_supportedByOS (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeAssertionsEnabled (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.SubstrateArraysCopyOfNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateNewArrayNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateNewInstanceNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.NullaryConstructorOffsetNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.ExceptionSynthesizer (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.TypeInitializerGraph (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeletedMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeletedFieldsPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.AssertSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.Plugin_NativeImageHeap_spawnIsolates (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.Plugin_NativeImageHeap_useHeapBase (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.flow.SVMMethodTypeFlowBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.FatalAssertionsNodePlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateClassInitializationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SharedGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceEnumTool (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.ConstantFoldLoadFieldPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.function.CEntryPointSupport (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Plugin_JavaNetNetUtil_MAX_PACKET_LEN (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Plugin_JavaNetNetUtilMD_SOCKADDR_LEN (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Plugin_JavaNetNetUtilMD_MAX_BUFFER_LEN (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ObjectHeaderImpl_hasBase (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getMemoryWalkerAccess (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getObjectsStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getLargeArrayThreshold (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ThreadLocalAllocation_log (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getHeaderSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getObjectStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyStackAfterGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_GCImpl_runtimeAssertions (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapChunkProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_PinnedAllocatorImpl_log (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyHeapAfterGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyStackBeforeGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getMemoryWalkerAccess (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getHeapImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getAlignedHeapChunkAlignment (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ObjectHeaderImpl_getObjectHeaderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getVerifyHeapBeforeGC (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getAlignedHeapChunkSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_BarrierSnippets_counters (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNINativeCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.access.Plugin_JNIAccessFeature_singleton (svm-19.0.0.jar)
> com.oracle.svm.jni.access.Plugin_JNIAccessFeature_haveJavaRuntimeReflectionSupport (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.NodeIntrinsicPluginFactory is not found;
> referenced by 64 class files
> com.oracle.svm.core.PluginFactory_FrameAccess (svm-19.0.0.jar)
> com.oracle.svm.core.PluginFactory_VMInspection (svm-19.0.0.jar)
> com.oracle.svm.core.PluginFactory_SubstrateOptions (svm-19.0.0.jar)
> com.oracle.svm.core.PluginFactory_SubstrateUtil (svm-19.0.0.jar)
> com.oracle.svm.core.hub.PluginFactory_LayoutEncoding (svm-19.0.0.jar)
> com.oracle.svm.core.thread.PluginFactory_ThreadingSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.thread.PluginFactory_VMThreads (svm-19.0.0.jar)
> com.oracle.svm.core.thread.PluginFactory_JavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.thread.PluginFactory_Safepoint (svm-19.0.0.jar)
> com.oracle.svm.core.config.PluginFactory_ConfigurationValues (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.PluginFactory_JavaLangSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.PluginFactory_RuntimeSupport (svm-19.0.0.jar)
> com.oracle.svm.core.option.PluginFactory_HostedOptionKey (svm-19.0.0.jar)
> com.oracle.svm.core.option.PluginFactory_RuntimeOptionValues (svm-19.0.0.jar)
> com.oracle.svm.core.util.PluginFactory_ByteArrayReader (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.PluginFactory_AMD64FrameAccess (svm-19.0.0.jar)
> com.oracle.svm.core.stack.PluginFactory_StackOverflowCheck (svm-19.0.0.jar)
> com.oracle.svm.core.os.PluginFactory_CommittedMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.os.PluginFactory_VirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.os.PluginFactory_ImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.os.PluginFactory_IsDefined (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.PluginFactory_DeoptimizationCounters (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.PluginFactory_DeoptTester (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.PluginFactory_DeoptimizationSupport (svm-19.0.0.jar)
> com.oracle.svm.core.log.PluginFactory_Log (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.PluginFactory_CFunctionPrologueNode (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.PluginFactory_SafepointCheckNode (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.PluginFactory_CFunctionEpilogueNode (svm-19.0.0.jar)
> com.oracle.svm.core.code.PluginFactory_CodeInfoDecoder (svm-19.0.0.jar)
> com.oracle.svm.core.code.PluginFactory_CodeInfoTable (svm-19.0.0.jar)
> com.oracle.svm.core.heap.PluginFactory_ReferenceAccess (svm-19.0.0.jar)
> com.oracle.svm.core.heap.PluginFactory_Heap (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_ArithmeticSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_StackOverflowCheckSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_MonitorSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_StackOverflowCheckImpl (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_SubstrateIntrinsics (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.PluginFactory_ArraycopySnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.PluginFactory_StackValueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_WriteHeapBaseNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_WriteCurrentVMThreadNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_DimensionsNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_KillMemoryNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_WriteReturnAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_UnreachableNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_MethodReturnNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.PluginFactory_NativeImageHeap (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.PluginFactory_DiscardStampNode (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PluginFactory_JavaNetNetUtil (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PluginFactory_JavaNetNetUtilMD (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_GCImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_HeapImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_ObjectHeaderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_AlignedHeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_ThreadLocalAllocation (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_UnalignedHeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_HeapPolicy (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_HeapChunkProvider (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_PinnedAllocatorImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.PluginFactory_AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.PluginFactory_BarrierSnippets (svm-19.0.0.jar)
> com.oracle.svm.jni.access.PluginFactory_JNIAccessFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.NodeIntrinsicPluginFactory$InjectionProvider is not found;
> referenced by 149 class files
> com.oracle.svm.core.PluginFactory_FrameAccess (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_FrameAccess_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.PluginFactory_VMInspection (svm-19.0.0.jar)
> com.oracle.svm.core.PluginFactory_SubstrateOptions (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_DiagnosticThunkRegister_getSingleton (svm-19.0.0.jar)
> com.oracle.svm.core.PluginFactory_SubstrateUtil (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_SubstrateOptions_getRuntimeAssertionsFilter (svm-19.0.0.jar)
> com.oracle.svm.core.hub.PluginFactory_LayoutEncoding (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_ThreadingSupportImpl_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_JavaThreads_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.PluginFactory_ThreadingSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Master_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathNativeToJava (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_VMThreads_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.PluginFactory_VMThreads (svm-19.0.0.jar)
> com.oracle.svm.core.thread.PluginFactory_JavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathSafepointCheck (svm-19.0.0.jar)
> com.oracle.svm.core.thread.PluginFactory_Safepoint (svm-19.0.0.jar)
> com.oracle.svm.core.config.Plugin_ConfigurationValues_getObjectLayout (svm-19.0.0.jar)
> com.oracle.svm.core.config.Plugin_ConfigurationValues_getTarget (svm-19.0.0.jar)
> com.oracle.svm.core.config.PluginFactory_ConfigurationValues (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Plugin_RuntimeSupport_getRuntimeSupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Plugin_ClassLoaderSupport_getInstance (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.PluginFactory_JavaLangSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.PluginFactory_RuntimeSupport (svm-19.0.0.jar)
> com.oracle.svm.core.option.PluginFactory_HostedOptionKey (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_RuntimeOptionValues_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_HostedOptionKey_hasBeenSet (svm-19.0.0.jar)
> com.oracle.svm.core.option.PluginFactory_RuntimeOptionValues (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_RuntimeOptionValues_getAllOptionNames (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_HostedOptionKey_getValue (svm-19.0.0.jar)
> com.oracle.svm.core.util.PluginFactory_ByteArrayReader (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.PluginFactory_AMD64FrameAccess (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.Plugin_AMD64FrameAccess_savedBasePointerSize (svm-19.0.0.jar)
> com.oracle.svm.core.stack.Plugin_StackOverflowCheck_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.stack.PluginFactory_StackOverflowCheck (svm-19.0.0.jar)
> com.oracle.svm.core.os.PluginFactory_CommittedMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.os.PluginFactory_VirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_ImageHeapProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.PluginFactory_ImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_VirtualMemoryProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.PluginFactory_IsDefined (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_CommittedMemoryProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Plugin_DeoptimizationCounters_counters (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.PluginFactory_DeoptimizationCounters (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.PluginFactory_DeoptTester (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.PluginFactory_DeoptimizationSupport (svm-19.0.0.jar)
> com.oracle.svm.core.log.PluginFactory_Log (svm-19.0.0.jar)
> com.oracle.svm.core.log.Plugin_Log_noopLog (svm-19.0.0.jar)
> com.oracle.svm.core.log.Plugin_Log_log (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.PluginFactory_CFunctionPrologueNode (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.PluginFactory_SafepointCheckNode (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.PluginFactory_CFunctionEpilogueNode (svm-19.0.0.jar)
> com.oracle.svm.core.code.PluginFactory_CodeInfoDecoder (svm-19.0.0.jar)
> com.oracle.svm.core.code.PluginFactory_CodeInfoTable (svm-19.0.0.jar)
> com.oracle.svm.core.code.Plugin_CodeInfoDecoder_counters (svm-19.0.0.jar)
> com.oracle.svm.core.code.Plugin_CodeInfoTable_getRuntimeCodeCache (svm-19.0.0.jar)
> com.oracle.svm.core.heap.PluginFactory_ReferenceAccess (svm-19.0.0.jar)
> com.oracle.svm.core.heap.Plugin_Heap_getHeap (svm-19.0.0.jar)
> com.oracle.svm.core.heap.PluginFactory_Heap (svm-19.0.0.jar)
> com.oracle.svm.core.heap.Plugin_ReferenceAccess_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_ArithmeticSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_StackOverflowCheckSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_StackOverflowCheckSnippets_callSlowPath (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallIsAttached (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__7 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallFailFatally (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__6 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__8 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallInitializeIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_MonitorSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__5 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_StackOverflowCheckImpl (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorEnter (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorExit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_SubstrateIntrinsics (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallTearDownIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.Plugin_ArraycopySnippets_callArraycopy (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.PluginFactory_ArraycopySnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.Plugin_StackValueNode_stackValue (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.PluginFactory_StackValueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_WriteHeapBaseNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_WriteCurrentVMThreadNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_DimensionsNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_KillMemoryNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_KillMemoryNode_killMemory (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_WriteReturnAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_UnreachableNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_MethodReturnNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_DimensionsNode_allocaDimsArray (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.PluginFactory_NativeImageHeap (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.PluginFactory_DiscardStampNode (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PluginFactory_JavaNetNetUtil (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PluginFactory_JavaNetNetUtilMD (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_GCImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getMemoryWalkerAccess (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_HeapImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getObjectsStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getLargeArrayThreshold (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ThreadLocalAllocation_log (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_ObjectHeaderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getHeaderSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getObjectStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapChunkProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_AlignedHeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_ThreadLocalAllocation (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_PinnedAllocatorImpl_log (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_UnalignedHeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getMemoryWalkerAccess (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_HeapPolicy (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getHeapImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getAlignedHeapChunkAlignment (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ObjectHeaderImpl_getObjectHeaderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_HeapChunkProvider (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_PinnedAllocatorImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getAlignedHeapChunkSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.PluginFactory_AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callNewMultiArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckDynamicHub (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_BarrierSnippets_counters (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.PluginFactory_BarrierSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckArrayHub (svm-19.0.0.jar)
> com.oracle.svm.jni.access.PluginFactory_JNIAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.access.Plugin_JNIAccessFeature_singleton (svm-19.0.0.jar)
> com.oracle.svm.jni.access.Plugin_JNIAccessFeature_haveJavaRuntimeReflectionSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins is not found;
> referenced by 77 class files
> com.oracle.svm.core.PluginFactory_FrameAccess (svm-19.0.0.jar)
> com.oracle.svm.core.PluginFactory_VMInspection (svm-19.0.0.jar)
> com.oracle.svm.core.PluginFactory_SubstrateOptions (svm-19.0.0.jar)
> com.oracle.svm.core.PluginFactory_SubstrateUtil (svm-19.0.0.jar)
> com.oracle.svm.core.hub.PluginFactory_LayoutEncoding (svm-19.0.0.jar)
> com.oracle.svm.core.thread.PluginFactory_ThreadingSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.thread.PluginFactory_VMThreads (svm-19.0.0.jar)
> com.oracle.svm.core.thread.PluginFactory_JavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.thread.PluginFactory_Safepoint (svm-19.0.0.jar)
> com.oracle.svm.core.config.PluginFactory_ConfigurationValues (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.PluginFactory_JavaLangSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.PluginFactory_RuntimeSupport (svm-19.0.0.jar)
> com.oracle.svm.core.option.PluginFactory_HostedOptionKey (svm-19.0.0.jar)
> com.oracle.svm.core.option.PluginFactory_RuntimeOptionValues (svm-19.0.0.jar)
> com.oracle.svm.core.util.PluginFactory_ByteArrayReader (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.PluginFactory_AMD64FrameAccess (svm-19.0.0.jar)
> com.oracle.svm.core.stack.PluginFactory_StackOverflowCheck (svm-19.0.0.jar)
> com.oracle.svm.core.os.PluginFactory_CommittedMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.os.PluginFactory_VirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.os.PluginFactory_ImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.os.PluginFactory_IsDefined (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.PluginFactory_DeoptimizationCounters (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.PluginFactory_DeoptTester (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.PluginFactory_DeoptimizationSupport (svm-19.0.0.jar)
> com.oracle.svm.core.log.PluginFactory_Log (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.PluginFactory_CFunctionPrologueNode (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.PluginFactory_SafepointCheckNode (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.PluginFactory_CFunctionEpilogueNode (svm-19.0.0.jar)
> com.oracle.svm.core.code.PluginFactory_CodeInfoDecoder (svm-19.0.0.jar)
> com.oracle.svm.core.code.PluginFactory_CodeInfoTable (svm-19.0.0.jar)
> com.oracle.svm.core.heap.PluginFactory_ReferenceAccess (svm-19.0.0.jar)
> com.oracle.svm.core.heap.PluginFactory_Heap (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_ArithmeticSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_StackOverflowCheckSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_MonitorSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_StackOverflowCheckImpl (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_SubstrateIntrinsics (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.JDKIntrinsicsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.PluginFactory_ArraycopySnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.PluginFactory_StackValueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_WriteHeapBaseNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_WriteCurrentVMThreadNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_DimensionsNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_KillMemoryNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_WriteReturnAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_UnreachableNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_MethodReturnNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadMTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadSTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.PluginFactory_NativeImageHeap (svm-19.0.0.jar)
> com.oracle.svm.hosted.lambda.LambdaProxyRenamingSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.PluginFactory_DiscardStampNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.NativeMethodSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.CGlobalDataFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.function.CEntryPointSupport (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstratePartialEvaluator (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PluginFactory_JavaNetNetUtil (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PluginFactory_JavaNetNetUtilMD (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_GCImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_HeapImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_ObjectHeaderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_AlignedHeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_ThreadLocalAllocation (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_UnalignedHeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_HeapPolicy (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_HeapChunkProvider (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PluginFactory_PinnedAllocatorImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.PluginFactory_AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.PluginFactory_BarrierSnippets (svm-19.0.0.jar)
> com.oracle.svm.jni.access.PluginFactory_JNIAccessFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.api.replacements.SnippetReflectionProvider is not found;
> referenced by 103 class files
> com.oracle.svm.core.Plugin_FrameAccess_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_DiagnosticThunkRegister_getSingleton (svm-19.0.0.jar)
> com.oracle.svm.core.Plugin_SubstrateOptions_getRuntimeAssertionsFilter (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_ThreadingSupportImpl_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_JavaThreads_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Master_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathNativeToJava (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_VMThreads_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathSafepointCheck (svm-19.0.0.jar)
> com.oracle.svm.core.config.Plugin_ConfigurationValues_getObjectLayout (svm-19.0.0.jar)
> com.oracle.svm.core.config.Plugin_ConfigurationValues_getTarget (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Plugin_RuntimeSupport_getRuntimeSupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Plugin_ClassLoaderSupport_getInstance (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_RuntimeOptionValues_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_HostedOptionKey_hasBeenSet (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_RuntimeOptionValues_getAllOptionNames (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_HostedOptionKey_getValue (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.Plugin_AMD64FrameAccess_savedBasePointerSize (svm-19.0.0.jar)
> com.oracle.svm.core.stack.Plugin_StackOverflowCheck_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_ImageHeapProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_VirtualMemoryProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.os.Plugin_CommittedMemoryProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Plugin_DeoptimizationCounters_counters (svm-19.0.0.jar)
> com.oracle.svm.core.log.Plugin_Log_noopLog (svm-19.0.0.jar)
> com.oracle.svm.core.log.Plugin_Log_log (svm-19.0.0.jar)
> com.oracle.svm.core.code.Plugin_CodeInfoDecoder_counters (svm-19.0.0.jar)
> com.oracle.svm.core.code.Plugin_CodeInfoTable_getRuntimeCodeCache (svm-19.0.0.jar)
> com.oracle.svm.core.heap.Plugin_Heap_getHeap (svm-19.0.0.jar)
> com.oracle.svm.core.heap.Plugin_ReferenceAccess_singleton (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.RuntimeConfiguration (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateSnippetReflectionProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_StackOverflowCheckSnippets_callSlowPath (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallIsAttached (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__7 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallFailFatally (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__6 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__8 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallInitializeIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__5 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorEnter (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorExit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallTearDownIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.Plugin_ArraycopySnippets_callArraycopy (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.Plugin_StackValueNode_stackValue (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_KillMemoryNode_killMemory (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedSnippetReflectionProvider (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.ComputedValueField (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadMTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadSTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSubstitutionField (svm-19.0.0.jar)
> com.oracle.svm.hosted.ameta.AnalysisConstantReflectionProvider (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceEnumTool (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SharedRuntimeConfigurationBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.GraalAccess (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalRuntime (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getMemoryWalkerAccess (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getObjectsStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getLargeArrayThreshold (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ThreadLocalAllocation_log (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getHeaderSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getObjectStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getCardTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapChunkProvider_get (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_PinnedAllocatorImpl_log (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableStartOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_AlignedHeapChunk_getFirstObjectTableSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getMemoryWalkerAccess (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapImpl_getHeapImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_UnalignedHeapChunk_getCardTableLimitOffset (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getAlignedHeapChunkAlignment (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_ObjectHeaderImpl_getObjectHeaderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Plugin_HeapPolicy_getAlignedHeapChunkSize (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callNewMultiArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckDynamicHub (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_BarrierSnippets_counters (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckArrayHub (svm-19.0.0.jar)
> com.oracle.svm.jni.access.Plugin_JNIAccessFeature_singleton (svm-19.0.0.jar)
> com.oracle.svm.jni.access.Plugin_JNIAccessFeature_haveJavaRuntimeReflectionSupport (svm-19.0.0.jar)
> Class org.graalvm.word.PointerBase is not found;
> referenced by 95 class files
> com.oracle.svm.core.LibCHelper (svm-19.0.0.jar)
> com.oracle.svm.core.thread.JavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.UninterruptibleUtils (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.NativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_Unsafe_Core (svm-19.0.0.jar)
> com.oracle.svm.core.util.PointerUtils (svm-19.0.0.jar)
> com.oracle.svm.core.stack.JavaFrameAnchor (svm-19.0.0.jar)
> com.oracle.svm.core.os.CopyingImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.log.RealLog (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoVerifier (svm-19.0.0.jar)
> com.oracle.svm.core.c.CTypeConversionSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.c.BoxedPointer (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.CEntryPointCreateIsolateParameters (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.CEntryPointNativeFunctions (svm-19.0.0.jar)
> com.oracle.svm.core.heap.CodeReferenceMapDecoder (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_WriteHeapBaseNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.NativeLibraries (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.LibFFI (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeAPI (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeAPIImpl (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeSignature (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeClosure (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.libffi.LibFFI (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixVirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Java_lang_Process_Supplement (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixNativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Netdb (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Socket (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Time (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Pthread (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Grp (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.ZLib (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Pwd (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Spawn (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Resource (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Signal (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Semaphore (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Utsname (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.NetinetIn (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Termios (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Ifaddrs (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Dirent (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Poll (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Uio (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.NetIf (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.NetIfDl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Times (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Statvfs (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.SysSelect (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Stdio (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Fcntl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Stat (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Dlfcn (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.darwin.CoreFoundation (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.darwin.DarwinSendfile (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.darwin.DarwinTime (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.darwin.DarwinEvent (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.darwin.DarwinNetinet6In6_var (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.linux.LinuxDlfcn (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.linux.Linux64Suffix (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.linux.LinuxEPoll (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.linux.LinuxTime (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.linux.Mntent (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.posix.PosixTruffleNFISupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsNativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.windows.headers.WinBase (svm-19.0.0.jar)
> com.oracle.svm.core.windows.headers.Process (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.ThreadLocalAllocation (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapChunk (svm-19.0.0.jar)
> com.oracle.svm.jni.JNILibraryInitializer (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIGeneratedMethodSupport (svm-19.0.0.jar)
> com.oracle.svm.jni.nativeapi.JNIEnvironment (svm-19.0.0.jar)
> com.oracle.svm.jni.nativeapi.JNIMethodId (svm-19.0.0.jar)
> com.oracle.svm.jni.nativeapi.JNIValue (svm-19.0.0.jar)
> com.oracle.svm.jni.nativeapi.JNIEnvironmentPointer (svm-19.0.0.jar)
> com.oracle.svm.jni.nativeapi.JNINativeInterface (svm-19.0.0.jar)
> com.oracle.svm.jni.nativeapi.JNIJavaVM (svm-19.0.0.jar)
> com.oracle.svm.jni.nativeapi.JNIJavaVMOption (svm-19.0.0.jar)
> com.oracle.svm.jni.nativeapi.JNIInvokeInterface (svm-19.0.0.jar)
> com.oracle.svm.jni.nativeapi.JNIJavaVMAttachArgs (svm-19.0.0.jar)
> com.oracle.svm.jni.nativeapi.JNIJavaVMInitArgs (svm-19.0.0.jar)
> com.oracle.svm.jni.nativeapi.JNIJavaVMPointer (svm-19.0.0.jar)
> com.oracle.svm.jni.nativeapi.JNINativeMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.nativeapi.JNIFieldId (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNINativeLinkage (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.ValueNode is not found;
> referenced by 97 class files
> com.oracle.svm.core.Plugin_SubstrateUtil_breakpoint (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathNativeToJava (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathSafepointCheck (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_HostedOptionKey_hasBeenSet (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_RuntimeOptionValues_getAllOptionNames (svm-19.0.0.jar)
> com.oracle.svm.core.option.Plugin_HostedOptionKey_getValue (svm-19.0.0.jar)
> com.oracle.svm.core.amd64.Plugin_AMD64FrameAccess_savedBasePointerSize (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.LoadVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.CompareAndSetVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.AddressOfVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_breakpoint (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_StackOverflowCheckSnippets_callSlowPath (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallIsAttached (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__7 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ArithmeticSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallFailFatally (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__6 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__8 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallInitializeIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__5 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorEnter (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorExit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallTearDownIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.SubstrateObjectCloneNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.SubstrateArraysCopyOfNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.Plugin_ArraycopySnippets_callArraycopy (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.Plugin_StackValueNode_stackValue (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.RemoveUnwindPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FarReturnNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateCompressionNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointLeaveNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_KillMemoryNode_killMemory (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.VaListNextArgNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DimensionsNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.ExceptionSynthesizer (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeletedMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeletedFieldsPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadLocalCollector (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.SVMTypeState (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.flow.SVMMethodTypeFlowBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.cenum.CEnumCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.DevirtualizeCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateClassInitializationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SharedGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.InjectedAccessorsPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceEnumTool (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.ConstantFoldLoadFieldPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedBytecodeParser (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertValueNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertStampNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertTypeStateNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.DeoptProxyNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionPointerCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.CGlobalDataFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.TypeFlowIterator (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64AddressLowering (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callNewMultiArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckDynamicHub (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.InsertWriteBarrierPhase (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckArrayHub (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIFieldAccessorMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIGraphKit (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNINativeCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIPrimitiveArrayOperationMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.access.Plugin_JNIAccessFeature_haveJavaRuntimeReflectionSupport (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.graph.Node$NodeIntrinsic is not found;
> referenced by 59 class files
> com.oracle.svm.core.Plugin_SubstrateUtil_breakpoint (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathNativeToJava (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathSafepointCheck (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.Plugin_SafepointCheckNode_test (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.Plugin_CFunctionEpilogueNode_cFunctionEpilogue (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.Plugin_CFunctionPrologueNode_cFunctionPrologue (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeURem__6 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeUDiv__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeDiv__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_breakpoint (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_loadHub (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_StackOverflowCheckSnippets_callSlowPath (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeUDiv__5 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeDiv__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallIsAttached (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__7 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeRem__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallFailFatally (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeRem__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__6 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__8 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallInitializeIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ArithmeticSnippets_safeURem__7 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__5 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorEnter (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorExit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallTearDownIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.Plugin_ArraycopySnippets_callArraycopy (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.Plugin_StackValueNode_stackValue (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_WriteHeapBaseNode_writeCurrentVMHeapBase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_KillMemoryNode_killMemory (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_UnreachableNode_unreachable (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_MethodReturnNode_methodReturn (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_WriteCurrentVMThreadNode_writeCurrentVMThread (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_DimensionsNode_allocaDimsArray (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_WriteReturnAddressNode_writeReturnAddress (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.AnalysisGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.Plugin_DiscardStampNode_discardStamp (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.NativeMethodSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionLinkages (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callNewMultiArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckDynamicHub (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckArrayHub (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.hosted.Feature$IsInConfigurationAccess is not found;
> referenced by 21 class files
> com.oracle.svm.core.VMInspection (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.VarHandleFeature (svm-19.0.0.jar)
> com.oracle.svm.core.locks.SingleThreadedVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.core.c.ProjectHeaderFile (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PosixAMD64VaListSnippetsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64BackendFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.SecurityServicesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.ImageClasspathFileTypeDetectorFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.LoggingFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ServiceLoaderFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadMTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadSTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.javafx.JavaFXFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SubstrateLIRBackendFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64BackendFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64AddressLoweringPhaseFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.HeapFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIAutomaticFeature (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.hosted.Feature$BeforeAnalysisAccess is not found;
> referenced by 40 class files
> com.oracle.svm.core.VMInspection (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.VarHandleFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.AtomicFieldUpdaterFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.RuntimeFeature (svm-19.0.0.jar)
> com.oracle.svm.core.os.OSCommittedMemoryProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.os.ImageHeapProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.JCKRuntimeTestsSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.VMFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.ClassNewInstanceFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ClassLoaderFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.SecurityServicesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FallbackFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ImageClasspathFileTypeDetectorFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ResourcesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.ImplicitExceptionsFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.javafx.JavaFXFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.StringInternFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.FatalAssertionsFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubFeature (svm-19.0.0.jar)
> com.oracle.svm.graal.AMD64ArrayIndexOfForeignCallsFeature (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.DeoptimizationFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.NodeClassFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixLogHandlerFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.IgnoreSIGPIPEFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.SegfaultHandlerFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixVirtualMemoryProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNetSubstitutionsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaNetSubstitutionsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsLogHandlerFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVirtualMemoryProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaNIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIThreadLocalEnvironmentFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctionTablesFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.serviceprovider.JavaVersionUtil is not found;
> referenced by 29 class files
> com.oracle.svm.core.SubstrateOptions (svm-19.0.0.jar)
> com.oracle.svm.core.hub.Target_sun_reflect_generics_reflectiveObjects_TypeVariableImpl (svm-19.0.0.jar)
> com.oracle.svm.core.hub.Target_sun_reflect_generics_reflectiveObjects_WildcardTypeImpl (svm-19.0.0.jar)
> com.oracle.svm.core.hub.DynamicHub (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Package_jdk_internal_ref (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.JDK11OrLater (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.VarHandleFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Package_jdk_internal_perf (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Package_jdk_internal_misc (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.FileTypeDetectorFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Package_jdk_internal_loader (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.JDK9OrLater (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Package_jdk_internal_reflect (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.JDK10OrEarlier (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Package_jdk_nio (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.JDK8OrEarlier (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_java_util_concurrent_ForkJoinPool (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGeneratorRunner (svm-19.0.0.jar)
> com.oracle.svm.hosted.SecurityServicesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.InliningUtilities (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Package_jdk_internal_misc (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_io_Console (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_Inet6AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_net_Inet6AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.jni.nativeapi.JNIHeaderDirectives (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitution (svm-19.0.0.jar)
> com.oracle.svm.reflect.target.ReflectionHelper (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.type.CCharPointer is not found;
> referenced by 58 class files
> com.oracle.svm.core.VM (svm-19.0.0.jar)
> com.oracle.svm.core.JavaMainWrapper (svm-19.0.0.jar)
> com.oracle.svm.core.log.RealLog (svm-19.0.0.jar)
> com.oracle.svm.core.log.StringBuilderLog (svm-19.0.0.jar)
> com.oracle.svm.core.c.CCharPointerHolderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.c.CTypeConversionSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.CEntryPointSetup (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.function.CEntryPointSupport (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NativeString (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeClosure (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.TruffleNFISupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_com_sun_security_auth_module_UnixSystem (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_util_zip_Deflater_JDK11OrLater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_Inet4AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_Deflater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Java_lang_Process_Supplement (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_CRC32 (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_Inflater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_SocketInputStream (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_net_PlainDatagramSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_Adler32 (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_PlainDatagramSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetUtilMD (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_PlainSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_NetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_Inet6AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_lang_ProcessEnvironment (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_util_zip_Inflater_JDK11OrLater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixSystemPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_net_Inet6AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_io_UnixFileSystem (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_SocketOutputStream (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.VmPrimsJNI (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetUtil (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixJavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixVMThreads (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinSystemPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinUContextRegisterDumper (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.ZLib (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.ProcFSSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsUtils (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsSystemPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.headers.WinSock (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctions (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIInvocationInterface (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.ProcessProperties is not found;
> referenced by 2 class files
> com.oracle.svm.core.FallbackExecutor (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.SubstrateRuntimeMXBean (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.InternalPlatform$LINUX_AND_JNI is not found;
> referenced by 5 class files
> com.oracle.svm.core.ErrnoDirectives (svm-19.0.0.jar)
> com.oracle.svm.core.os.IsDefined (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.PosixDirectives (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadConditionUtils (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.posix.PosixTruffleNFISupport (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.InternalPlatform$DARWIN_AND_JNI is not found;
> referenced by 5 class files
> com.oracle.svm.core.ErrnoDirectives (svm-19.0.0.jar)
> com.oracle.svm.core.os.IsDefined (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImageViaCC (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.PosixDirectives (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.posix.PosixTruffleNFISupport (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.Platform$WINDOWS is not found;
> referenced by 6 class files
> com.oracle.svm.core.ErrnoDirectives (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.PlatformNativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.codegen.QueryCodeWriter (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.codegen.CCompilerInvoker (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.codegen.CSourceCodeWriter (svm-19.0.0.jar)
> com.oracle.svm.core.windows.headers.WindowsDirectives (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.Platform is not found;
> referenced by 23 class files
> com.oracle.svm.core.ErrnoDirectives (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.PlatformNativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.os.IsDefined (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PosixAMD64VaListSnippetsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64BackendFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImageViaCC (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.codegen.QueryCodeWriter (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.codegen.CCompilerInvoker (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.codegen.CSourceCodeWriter (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Java_lang_Process_Supplement (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixNativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetUtilMD (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.PosixDirectives (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadConditionUtils (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.posix.PosixTruffleNFISupport (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64BackendFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64AddressLoweringPhaseFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.headers.WindowsDirectives (svm-19.0.0.jar)
> Class org.graalvm.compiler.options.OptionDescriptors is not found;
> referenced by 53 class files
> com.oracle.svm.core.VMInspectionOptions_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.SubstrateOptions_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.FallbackExecutor_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Safepoint_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.thread.ThreadingSupportImpl_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.TimeZoneFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.FileSystemProviderSupport_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.FileTypeDetectorSupport_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.LocalizationFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.LocalizationSupport_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.allocationprofile.AllocationSite_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.stack.StackOverflowCheck_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Deoptimizer_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.DeoptTester_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.DeoptimizationCounters_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoTable_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoEncoder_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoDecoder_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.code.RuntimeCodeInfo_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureHandler_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageOptions_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.ResourcesFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.LoggingFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.SecurityServicesFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.FallbackFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.ServiceLoaderFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.UnsafeAutomaticSubstitutionProcessor_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeclarativeSubstitutionProcessor_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.config.ConfigurationDirectories_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.Options_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.ReflectionPlugins_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.option.HostedOptionParser (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageCodeCache_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.CCLinkerInvocation_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.MustNotSynchronizeAnnotationChecker_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.UninterruptibleAnnotationChecker_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.CAnnotationProcessorCache_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalUtils_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.GraalFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.posix.SubstrateSegfaultHandler_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GCImpl_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapOptions_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapPolicyOptions_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.CollectionPolicy_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GreyToBlackObjRefVisitor_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.BarrierSnippets_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.reflect.proxy.hosted.DynamicProxyFeature_OptionDescriptors (svm-19.0.0.jar)
> Class org.graalvm.compiler.options.OptionType is not found;
> referenced by 53 class files
> com.oracle.svm.core.VMInspectionOptions_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.SubstrateOptions_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.FallbackExecutor_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Safepoint_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.thread.ThreadingSupportImpl_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.TimeZoneFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.FileSystemProviderSupport_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.FileTypeDetectorSupport_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.LocalizationFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.LocalizationSupport_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.option.SubstrateOptionsParser (svm-19.0.0.jar)
> com.oracle.svm.core.allocationprofile.AllocationSite_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.stack.StackOverflowCheck_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Deoptimizer_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.DeoptTester_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.DeoptimizationCounters_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoTable_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoEncoder_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoDecoder_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.code.RuntimeCodeInfo_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureHandler_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageOptions_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.ResourcesFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.LoggingFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.SecurityServicesFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.FallbackFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.ServiceLoaderFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.UnsafeAutomaticSubstitutionProcessor_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeclarativeSubstitutionProcessor_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.config.ConfigurationDirectories_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.Options_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.ReflectionPlugins_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageCodeCache_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.CCLinkerInvocation_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.MustNotSynchronizeAnnotationChecker_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.UninterruptibleAnnotationChecker_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.CAnnotationProcessorCache_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalUtils_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.GraalFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.posix.SubstrateSegfaultHandler_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GCImpl_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapOptions_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapPolicyOptions_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.CollectionPolicy_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GreyToBlackObjRefVisitor_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.BarrierSnippets_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.reflect.proxy.hosted.DynamicProxyFeature_OptionDescriptors (svm-19.0.0.jar)
> Class org.graalvm.compiler.options.OptionDescriptor is not found;
> referenced by 58 class files
> com.oracle.svm.core.VMInspectionOptions_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.SubstrateOptions_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.FallbackExecutor_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Safepoint_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.thread.ThreadingSupportImpl_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.TimeZoneFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.FileSystemProviderSupport_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.FileTypeDetectorSupport_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.LocalizationFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.LocalizationSupport_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.option.RuntimeOptionsSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.option.SubstrateOptionsParser (svm-19.0.0.jar)
> com.oracle.svm.core.option.RuntimeOptionParser (svm-19.0.0.jar)
> com.oracle.svm.core.allocationprofile.AllocationSite_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.stack.StackOverflowCheck_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Deoptimizer_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.DeoptTester_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.DeoptimizationCounters_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoTable_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoEncoder_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoDecoder_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.code.RuntimeCodeInfo_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureHandler_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageOptions_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.ResourcesFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.LoggingFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.SecurityServicesFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.FallbackFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.ServiceLoaderFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.UnsafeAutomaticSubstitutionProcessor_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeclarativeSubstitutionProcessor_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.config.ConfigurationDirectories_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.Options_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.ReflectionPlugins_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.option.HostedOptionParser (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageCodeCache_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.CCLinkerInvocation_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.MustNotSynchronizeAnnotationChecker_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.UninterruptibleAnnotationChecker_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.CAnnotationProcessorCache_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalUtils_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.GraalFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> com.oracle.svm.core.posix.SubstrateSegfaultHandler_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GCImpl_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapOptions_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapPolicyOptions_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.CollectionPolicy_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GreyToBlackObjRefVisitor_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.BarrierSnippets_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionFeature_OptionDescriptors (svm-19.0.0.jar)
> com.oracle.svm.reflect.proxy.hosted.DynamicProxyFeature_OptionDescriptors (svm-19.0.0.jar)
> Class org.graalvm.collections.EconomicMap is not found;
> referenced by 18 class files
> com.oracle.svm.core.SubstrateOptions (svm-19.0.0.jar)
> com.oracle.svm.core.option.RuntimeOptionParser (svm-19.0.0.jar)
> com.oracle.svm.core.option.SubstrateOptionsParser (svm-19.0.0.jar)
> com.oracle.svm.core.code.DeoptimizationSourcePositionEncoder (svm-19.0.0.jar)
> com.oracle.svm.core.heap.SubstrateReferenceMap (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageOptions (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationConfiguration (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.InitializationNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.ComputedValueField (svm-19.0.0.jar)
> com.oracle.svm.hosted.option.HostedOptionCustomizer (svm-19.0.0.jar)
> com.oracle.svm.hosted.option.HostedOptionParser (svm-19.0.0.jar)
> com.oracle.svm.hosted.option.HostedOptionProviderHelper (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.graal.Target_org_graalvm_compiler_debug_KeyRegistry (svm-19.0.0.jar)
> com.oracle.svm.graal.Target_org_graalvm_compiler_core_match_MatchRuleRegistry (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstratePEGraphDecoder (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.Isolate is not found;
> referenced by 8 class files
> com.oracle.svm.core.Isolates (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.CEntryPointNativeFunctions (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.CEntryPointBuiltins (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.function.CEntryPointSupport (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIInvocationInterface (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.type.WordPointer is not found;
> referenced by 25 class files
> com.oracle.svm.core.Isolates (svm-19.0.0.jar)
> com.oracle.svm.core.os.OSCommittedMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.os.CopyingImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.CEntryPointNativeFunctions (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeSignature (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeClosure (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NFIContext (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_sun_misc_NativeSignalHandler (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixVirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_net_PlainDatagramSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_PlainDatagramSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetUtilMD (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_PlainSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxStackOverflowSupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIJavaVMList (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIPrimitiveArrayOperationMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIInvocationInterface (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctions (svm-19.0.0.jar)
> Class org.graalvm.compiler.word.Word is not found;
> referenced by 47 class files
> com.oracle.svm.core.MonitorSupport (svm-19.0.0.jar)
> com.oracle.svm.core.JavaMainWrapper (svm-19.0.0.jar)
> com.oracle.svm.core.hub.InteriorObjRefWalker (svm-19.0.0.jar)
> com.oracle.svm.core.hub.LayoutEncoding (svm-19.0.0.jar)
> com.oracle.svm.core.threadlocal.VMThreadLocalInfos (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_java_nio_Bits (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_java_lang_Object (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_Unsafe_Core (svm-19.0.0.jar)
> com.oracle.svm.core.stack.SubstrateInspectedFrame (svm-19.0.0.jar)
> com.oracle.svm.core.os.CopyingImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Deoptimizer (svm-19.0.0.jar)
> com.oracle.svm.core.log.RealLog (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.CEntryPointSetup (svm-19.0.0.jar)
> com.oracle.svm.core.heap.DiscoverableReference (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ReferenceAccessImpl (svm-19.0.0.jar)
> com.oracle.svm.core.heap.NativeImageInfo (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ClassHistogramVisitor (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.function.CEntryPointSupport (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateMemoryAccessProviderImpl (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.LocalNativeScope (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_com_sun_security_auth_module_UnixSystem (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixVirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadVMCondition (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadVMMutex (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMCondition (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMMutex (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GCImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapPolicy (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PinnedObjectImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GreyToBlackObjectVisitor (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GreyToBlackObjRefVisitor (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PathExhibitor (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapVerifierImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.UnalignedHeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.AlignedHeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.ObjectHeaderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.Space (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIJavaVMList (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIReflectionDictionary (svm-19.0.0.jar)
> Class org.graalvm.compiler.word.BarrieredAccess is not found;
> referenced by 7 class files
> com.oracle.svm.core.MonitorSupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Util_java_lang_reflect_Array (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Deoptimizer (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ReferenceAccessImpl (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.ArraycopySnippets (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateMemoryAccessProviderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.serviceprovider.GraalUnsafeAccess is not found;
> referenced by 24 class files
> com.oracle.svm.core.MonitorSupport (svm-19.0.0.jar)
> com.oracle.svm.core.hub.ClassInitializationInfo (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.VarHandleFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.UninterruptibleUtils (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_java_lang_System (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.AtomicFieldUpdaterFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_java_util_concurrent_atomic_AtomicReferenceFieldUpdater_AtomicReferenceFieldUpdaterImpl (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_java_util_concurrent_atomic_AtomicLongFieldUpdater_CASUpdater (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_java_util_concurrent_atomic_AtomicIntegerFieldUpdater_AtomicIntegerFieldUpdaterImpl (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_java_util_concurrent_atomic_AtomicLongFieldUpdater_LockedUpdater (svm-19.0.0.jar)
> com.oracle.svm.core.util.LazyFinalReference (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Deoptimizer (svm-19.0.0.jar)
> com.oracle.svm.core.handles.ObjectHandlesImpl (svm-19.0.0.jar)
> com.oracle.svm.core.heap.DiscoverableReference (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ConfigurableClassInitialization (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.ComputedValueField (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.FieldsOffsetsFeature (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateType (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateMemoryAccessProviderImpl (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateNodeIterator (svm-19.0.0.jar)
> com.oracle.svm.core.jdk8.Util_sun_text_normalizer_UBiDiProps_JDK8 (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIGeneratedMethodSupport (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctions (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.AccessorComputer (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.type.StampFactory is not found;
> referenced by 54 class files
> com.oracle.svm.core.FrameAccess (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.SafepointCheckNode (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.CFunctionPrologueNode (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.CFunctionEpilogueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateStampProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.LoadVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.CompareAndSetVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.StoreVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.VMThreadLocalSTHolderNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ExceptionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ReadExceptionObjectNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ExceptionStateNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.SubstrateObjectCloneNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.SubstrateArraysCopyOfNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.TrustedInterfaceTypePlugin (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FarReturnNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FormatArrayNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FormatObjectNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointPrologueBailoutNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteReturnAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointUtilityNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptTestNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteCurrentVMThreadNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.VerificationMarkerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointLeaveNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.KillMemoryNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteHeapBaseNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.VaListNextArgNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.TestDeoptimizeNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeadEndNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptProxyAnchorNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointEnterNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.MethodReturnNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.UnreachableNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptSourcePositionInfoNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.AssertSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.cenum.CEnumCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.DevirtualizeCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceEnumTool (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.DiscardStampNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.WriteBarrierNode (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNINativeCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.word.ComparableWord is not found;
> referenced by 11 class files
> com.oracle.svm.core.JavaMainWrapper (svm-19.0.0.jar)
> com.oracle.svm.core.thread.VMThreads (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.LibFFI (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeAPI (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.TruffleObjectHandle (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.TruffleNFISupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_io_UnixFileSystem (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.Pthread (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.posix.PosixTruffleNFISupport (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.type.CTypeConversion$CCharPointerHolder is not found;
> referenced by 15 class files
> com.oracle.svm.core.JavaMainWrapper (svm-19.0.0.jar)
> com.oracle.svm.core.c.CCharPointerHolderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.c.CTypeConversionSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_Inet4AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Java_lang_Process_Supplement (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixNativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_Inet6AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_io_UnixFileSystem (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixJavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsNativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsProcessPropertiesSupport (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.hosted.Feature$AfterCompilationAccess is not found;
> referenced by 5 class files
> com.oracle.svm.core.hub.DynamicHubFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.LocalizationFeature (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.FieldsOffsetsFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.calc.UnsignedMath is not found;
> referenced by 6 class files
> com.oracle.svm.core.hub.DynamicHub (svm-19.0.0.jar)
> com.oracle.svm.core.hub.LayoutEncoding (svm-19.0.0.jar)
> com.oracle.svm.core.log.RealLog (svm-19.0.0.jar)
> com.oracle.svm.core.c.enums.EnumArrayLookup (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.StackValueNode (svm-19.0.0.jar)
> Class org.graalvm.util.DirectAnnotationAccess is not found;
> referenced by 6 class files
> com.oracle.svm.core.hub.DynamicHub (svm-19.0.0.jar)
> com.oracle.svm.core.snippets.SnippetRuntime (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.IgnoreForGetCallerClass (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.StackTraceBuilder (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.CEntryPointErrors (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.spi.ForeignCallDescriptor is not found;
> referenced by 41 class files
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathNativeToJava (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathSafepointCheck (svm-19.0.0.jar)
> com.oracle.svm.core.thread.PluginFactory_Safepoint (svm-19.0.0.jar)
> com.oracle.svm.core.snippets.SnippetRuntime (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_StackOverflowCheckSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_StackOverflowCheckSnippets_callSlowPath (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallIsAttached (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__7 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallFailFatally (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__6 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__8 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallInitializeIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_MonitorSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__5 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorEnter (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorExit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PluginFactory_SubstrateIntrinsics (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallTearDownIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.Plugin_ArraycopySnippets_callArraycopy (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.PluginFactory_ArraycopySnippets (svm-19.0.0.jar)
> com.oracle.svm.graal.AMD64ArrayIndexOfForeignCalls (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.PluginFactory_AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callNewMultiArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckDynamicHub (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckArrayHub (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.spi.ForeignCallsProvider is not found;
> referenced by 36 class files
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathNativeToJava (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathSafepointCheck (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_StackOverflowCheckSnippets_callSlowPath (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallIsAttached (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__7 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallFailFatally (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__6 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__8 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallInitializeIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__5 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorEnter (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorExit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallTearDownIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.Plugin_ArraycopySnippets_callArraycopy (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.FatalAssertionsNodePlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SharedRuntimeConfigurationBuilder (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.GraalObjectReplacer (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callNewMultiArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckDynamicHub (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckArrayHub (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.type.Stamp is not found;
> referenced by 43 class files
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathNativeToJava (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathSafepointCheck (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_StackOverflowCheckSnippets_callSlowPath (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallIsAttached (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__7 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallFailFatally (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__6 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__8 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallInitializeIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__5 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorEnter (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorExit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallTearDownIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.SubstrateArraysCopyOfNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.Plugin_ArraycopySnippets_callArraycopy (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.cenum.CEnumCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertValueNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertStampNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callNewMultiArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckDynamicHub (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckArrayHub (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.extended.ForeignCallNode is not found;
> referenced by 34 class files
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathNativeToJava (svm-19.0.0.jar)
> com.oracle.svm.core.thread.Plugin_Safepoint_callSlowPathSafepointCheck (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__0 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_StackOverflowCheckSnippets_callSlowPath (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallIsAttached (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__7 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallFailFatally (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__3 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__6 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__8 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallInitializeIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__5 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorEnter (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__1 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_runtimeCall__2 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_ForeignCalls_callMonitorExit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCall__4 (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_CEntryPointSnippets_runtimeCallTearDownIsolate (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.Plugin_ArraycopySnippets_callArraycopy (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.FatalAssertionsNodePlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callNewMultiArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedArray (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewPinnedInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckDynamicHub (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callSlowNewInstance (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.Plugin_AllocationSnippets_callCheckArrayHub (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.ThreadingSupport is not found;
> referenced by 1 class file
> com.oracle.svm.core.thread.ThreadingSupportImpl (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.Threading$RecurringCallback is not found;
> referenced by 1 class file
> com.oracle.svm.core.thread.ThreadingSupportImpl (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.hosted.Feature$DuringSetupAccess is not found;
> referenced by 49 class files
> com.oracle.svm.core.thread.JavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.ManagementFactoryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.VarHandleFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.AtomicFieldUpdaterFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.SystemInOutErrFeature (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.JavaNetFeature (svm-19.0.0.jar)
> com.oracle.svm.core.util.CounterFeature (svm-19.0.0.jar)
> com.oracle.svm.core.locks.SingleThreadedVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ClassValueFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.ClassLoaderFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.SecurityServicesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.LoggingFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadMTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadSTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ameta.HostedDynamicHubFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.option.RuntimeOptionFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.DisallowedImageHeapObjectFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.lambda.StableLambdaProxyNameFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointLiteralFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionPointerCallStubSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.CGlobalDataFeature (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.FieldsOffsetsFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.NodeClassFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.TruffleNFIFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeObjectReplacer (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaLangSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.SunNioChNativeThreadFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetPlainSocketImplFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNetSubstitutionsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinImageHeapProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxImageHeapProviderFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.posix.PosixTruffleNFIFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaNetSubstitutionsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaNIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.JNILibraryLoadFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNICallWrapperFeature (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionFeature (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionMetadataFeature (svm-19.0.0.jar)
> com.oracle.svm.reflect.proxy.hosted.DynamicProxyFeature (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.hosted.Feature$BeforeCompilationAccess is not found;
> referenced by 19 class files
> com.oracle.svm.core.thread.JavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.AtomicFieldUpdaterFeature (svm-19.0.0.jar)
> com.oracle.svm.core.locks.SingleThreadedVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ResourcesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadMTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.CEntryPointFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadSTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointLiteralFeature (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.FieldsOffsetsFeature (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.DeoptimizationFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctionTablesFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionFeature (svm-19.0.0.jar)
> com.oracle.svm.reflect.proxy.hosted.DynamicProxyFeature (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.Threading$RecurringCallbackAccess is not found;
> referenced by 1 class file
> com.oracle.svm.core.thread.ThreadingSupportImpl (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.PauseNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.thread.Safepoint (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.ObjectHandle is not found;
> referenced by 5 class files
> com.oracle.svm.core.thread.JavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.handles.ThreadLocalHandles (svm-19.0.0.jar)
> com.oracle.svm.core.handles.ObjectHandlesImpl (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.TruffleNFISupport (svm-19.0.0.jar)
> com.oracle.svm.jni.nativeapi.JNIObjectHandle (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.ObjectHandles is not found;
> referenced by 3 class files
> com.oracle.svm.core.thread.JavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.handles.ObjectHandlesImpl (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.TruffleNFISupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.extended.BranchProbabilityNode is not found;
> referenced by 4 class files
> com.oracle.svm.core.thread.Safepoint (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.ThreadLocalAllocation (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.BarrierSnippets (svm-19.0.0.jar)
> Class org.graalvm.word.LocationIdentity is not found;
> referenced by 43 class files
> com.oracle.svm.core.thread.Safepoint (svm-19.0.0.jar)
> com.oracle.svm.core.snippets.ImplicitExceptions (svm-19.0.0.jar)
> com.oracle.svm.core.snippets.FatalAssertions (svm-19.0.0.jar)
> com.oracle.svm.core.snippets.SnippetRuntime (svm-19.0.0.jar)
> com.oracle.svm.core.threadlocal.FastThreadLocal (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.DeoptTester (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.DeoptimizationRuntime (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.CFunctionPrologueNode (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.CFunctionEpilogueNode (svm-19.0.0.jar)
> com.oracle.svm.core.c.struct.CInterfaceLocationIdentity (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ObjectHeader (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PosixAMD64VaListSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ArithmeticSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.MonitorSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptRuntimeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CFunctionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ExceptionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptTestSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SafepointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SubstrateTemplates (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.ArraycopySnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptTestNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.PluginFactory_KillMemoryNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptEntryNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointLeaveNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.Plugin_KillMemoryNode_killMemory (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointEnterNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.DeoptHostedSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.AssertSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.NativeLibraries (svm-19.0.0.jar)
> com.oracle.svm.graal.AMD64ArrayIndexOfForeignCalls (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.BarrierSnippets (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIJavaVMList (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIFieldAccessorMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> Class org.graalvm.word.WordBase is not found;
> referenced by 23 class files
> com.oracle.svm.core.config.ObjectLayout (svm-19.0.0.jar)
> com.oracle.svm.core.threadlocal.VMThreadLocalInfos (svm-19.0.0.jar)
> com.oracle.svm.core.threadlocal.VMThreadLocalInfo (svm-19.0.0.jar)
> com.oracle.svm.core.util.AtomicWord (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Deoptimizer (svm-19.0.0.jar)
> com.oracle.svm.core.handles.ObjectHandlesImpl (svm-19.0.0.jar)
> com.oracle.svm.core.log.RealLog (svm-19.0.0.jar)
> com.oracle.svm.core.c.CGlobalDataFactory (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ObjectHeader (svm-19.0.0.jar)
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedSnippetReflectionProvider (svm-19.0.0.jar)
> com.oracle.svm.hosted.ameta.AnalysisConstantReflectionProvider (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageHeap (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.NativeLibraries (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.function.CEntryPointSupport (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateType (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixVirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.ProcFSSupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.windows.headers.WinBase (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIStructFunctionsInitializer (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.constant.CEnum is not found;
> referenced by 6 class files
> com.oracle.svm.core.config.ObjectLayout (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.NativeLibraries (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.NumUtil is not found;
> referenced by 17 class files
> com.oracle.svm.core.config.ObjectLayout (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.DeoptimizedFrame (svm-19.0.0.jar)
> com.oracle.svm.core.code.CollectingObjectReferenceVisitor (svm-19.0.0.jar)
> com.oracle.svm.core.heap.CodeReferenceMapDecoder (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.InstalledCodeBuilder (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.StackValueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DimensionsNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadLocalCollector (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadSTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.config.HybridLayout (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageHeap (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.RelocatableBuffer (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.LIRNativeImageCodeCache (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMLockFeature (svm-19.0.0.jar)
> Class org.graalvm.util.GuardedAnnotationAccess is not found;
> referenced by 6 class files
> com.oracle.svm.core.config.ObjectLayout (svm-19.0.0.jar)
> com.oracle.svm.core.graal.word.SubstrateWordTypes (svm-19.0.0.jar)
> com.oracle.svm.hosted.cenum.CEnumCallWrapperSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctionTablesFeature (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionMetadataFeature (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.LogHandler is not found;
> referenced by 12 class files
> com.oracle.svm.core.snippets.SnippetRuntime (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.VMErrorSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.log.RealLog (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.posix.SubstrateSegfaultHandler (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixLogHandlerFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixLogHandler (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadVMLockSupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsLogHandler (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsLogHandlerFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMLockSupport (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctions (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.nodes.UnaryMathIntrinsicNode$UnaryOperation is not found;
> referenced by 1 class file
> com.oracle.svm.core.snippets.SnippetRuntime (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.nodes.BinaryMathIntrinsicNode$BinaryOperation is not found;
> referenced by 1 class file
> com.oracle.svm.core.snippets.SnippetRuntime (svm-19.0.0.jar)
> Class org.graalvm.compiler.word.ObjectAccess is not found;
> referenced by 9 class files
> com.oracle.svm.core.threadlocal.VMThreadLocalInfos (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.Target_java_lang_System (svm-19.0.0.jar)
> com.oracle.svm.core.heap.DiscoverableReference (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ReferenceAccessImpl (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ObjectHeader (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.ArraycopySnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.ObjectHeaderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.hosted.Feature$AfterAnalysisAccess is not found;
> referenced by 9 class files
> com.oracle.svm.core.jdk.VarHandleFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.FallbackFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ResourcesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.MaterializedConstantFieldsFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationTypeFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.lambda.StableLambdaProxyNameFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.api.directives.GraalDirectives is not found;
> referenced by 1 class file
> com.oracle.svm.core.jdk.Target_java_lang_ref_Reference (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.InternalPlatform$LINUX_JNI is not found;
> referenced by 2 class files
> com.oracle.svm.core.jdk.PlatformNativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixNativeLibrarySupport (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.InternalPlatform$DARWIN_JNI is not found;
> referenced by 2 class files
> com.oracle.svm.core.jdk.PlatformNativeLibrarySupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixNativeLibrarySupport (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.VMRuntimeSupport is not found;
> referenced by 2 class files
> com.oracle.svm.core.jdk.RuntimeSupport (svm-19.0.0.jar)
> com.oracle.svm.core.jdk.RuntimeFeature (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.UnmanagedMemory is not found;
> referenced by 8 class files
> com.oracle.svm.core.jdk.Target_Unsafe_Core (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NativeAllocation (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeSignature (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NFIContext (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixJavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaThreads (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIJavaVMList (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctionTables (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.extended.MembarNode is not found;
> referenced by 3 class files
> com.oracle.svm.core.jdk.Target_Unsafe_Core (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadMTFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxImageHeapProvider (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.NodePlugin is not found;
> referenced by 7 class files
> com.oracle.svm.core.jdk.LocalizationFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeletedFieldsPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.FatalAssertionsNodePlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.InjectedAccessorsPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.ConstantFoldLoadFieldPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.serviceprovider.GraalServices is not found;
> referenced by 2 class files
> com.oracle.svm.core.jdk.SubstrateRuntimeMXBean (svm-19.0.0.jar)
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.RuntimeOptionsSupport is not found;
> referenced by 2 class files
> com.oracle.svm.core.option.OptionAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.core.option.RuntimeOptionsSupportImpl (svm-19.0.0.jar)
> Class org.graalvm.options.OptionType is not found;
> referenced by 1 class file
> com.oracle.svm.core.option.RuntimeOptionsSupportImpl (svm-19.0.0.jar)
> Class org.graalvm.compiler.options.NestedBooleanOptionKey is not found;
> referenced by 1 class file
> com.oracle.svm.core.option.RuntimeOptionsSupportImpl (svm-19.0.0.jar)
> Class org.graalvm.options.OptionKey is not found;
> referenced by 1 class file
> com.oracle.svm.core.option.RuntimeOptionsSupportImpl (svm-19.0.0.jar)
> Class org.graalvm.options.OptionDescriptor$Builder is not found;
> referenced by 1 class file
> com.oracle.svm.core.option.RuntimeOptionsSupportImpl (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.RuntimeOptions$OptionClass is not found;
> referenced by 1 class file
> com.oracle.svm.core.option.RuntimeOptionsSupportImpl (svm-19.0.0.jar)
> Class org.graalvm.collections.EconomicSet is not found;
> referenced by 9 class files
> com.oracle.svm.core.option.RuntimeOptionsSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.code.DeoptimizationSourcePositionEncoder (svm-19.0.0.jar)
> com.oracle.svm.hosted.ImageClassLoader (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationConfiguration (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.InitializationNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationTypeFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.option.HostedOptionParser (svm-19.0.0.jar)
> com.oracle.svm.hosted.server.NativeImageBuildServer (svm-19.0.0.jar)
> com.oracle.svm.graal.Target_org_graalvm_compiler_nodes_NamedLocationIdentity_DB (svm-19.0.0.jar)
> Class org.graalvm.options.OptionDescriptor is not found;
> referenced by 1 class file
> com.oracle.svm.core.option.RuntimeOptionsSupportImpl (svm-19.0.0.jar)
> Class org.graalvm.options.OptionDescriptors is not found;
> referenced by 1 class file
> com.oracle.svm.core.option.RuntimeOptionsSupportImpl (svm-19.0.0.jar)
> Class org.graalvm.compiler.options.ModifiableOptionValues is not found;
> referenced by 1 class file
> com.oracle.svm.core.option.RuntimeOptionValues (svm-19.0.0.jar)
> Class org.graalvm.compiler.options.OptionValues is not found;
> referenced by 12 class files
> com.oracle.svm.core.option.HostedOptionValues (svm-19.0.0.jar)
> com.oracle.svm.core.option.RuntimeOptionParser (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGeneratorRunner (svm-19.0.0.jar)
> com.oracle.svm.hosted.SVMHost (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedUniverse (svm-19.0.0.jar)
> com.oracle.svm.hosted.option.HostedOptionCustomizer (svm-19.0.0.jar)
> com.oracle.svm.hosted.option.HostedOptionParser (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.options.OptionsParser is not found;
> referenced by 2 class files
> com.oracle.svm.core.option.RuntimeOptionParser (svm-19.0.0.jar)
> com.oracle.svm.core.option.SubstrateOptionsParser (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.CompilationWrapper$ExceptionAction is not found;
> referenced by 3 class files
> com.oracle.svm.core.option.SubstrateOptionsParser (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalUtils (svm-19.0.0.jar)
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.debug.DebugOptions$PrintGraphTarget is not found;
> referenced by 1 class file
> com.oracle.svm.core.option.SubstrateOptionsParser (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.util.UnsafeArrayTypeReader is not found;
> referenced by 6 class files
> com.oracle.svm.core.util.ByteArrayReader (svm-19.0.0.jar)
> com.oracle.svm.core.code.ReusableTypeReader (svm-19.0.0.jar)
> com.oracle.svm.core.code.FrameInfoDecoder (svm-19.0.0.jar)
> com.oracle.svm.core.code.DeoptimizationSourcePositionDecoder (svm-19.0.0.jar)
> com.oracle.svm.core.heap.CodeReferenceMapDecoder (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.EncodedLineNumberTable (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.StackValue is not found;
> referenced by 68 class files
> com.oracle.svm.core.amd64.AMD64CPUFeatureAccess (svm-19.0.0.jar)
> com.oracle.svm.core.log.RealLog (svm-19.0.0.jar)
> com.oracle.svm.core.c.function.IsolateSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeSignature (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeClosure (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NFIContext (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_com_sun_security_auth_module_UnixSystem (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_Inet4AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_io_Console (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Java_lang_Process_Supplement (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_CRC32 (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_lang_System (svm-19.0.0.jar)
> com.oracle.svm.core.posix.SubstrateSegfaultHandler (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_SocketInputStream (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_net_PlainDatagramSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_Adler32 (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_PlainDatagramSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_sun_net_sdp_SdpSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixSunNioSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetUtilMD (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_PlainSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_NetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_Inet6AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_jdk_internal_misc_VM (svm-19.0.0.jar)
> com.oracle.svm.core.posix.VmPrimsJVM (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_net_PlainSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixSubstrateOperatingSystemMXBean (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixSystemPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_net_Inet6AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixInterruptSignalUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_os (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_io_UnixFileSystem (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_SocketOutputStream (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_io_FileInputStream (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetUtil (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixParkEvent (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixJavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.Target_java_lang_System (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinSystemPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinJavaNetCloseImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.Target_java_lang_System (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxJavaNetCloseImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxStackOverflowSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxSystemPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadVMCondition (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadConditionUtils (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsStackOverflowSupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsUtils (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsSystemPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.headers.WinSock (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.struct.SizeOf is not found;
> referenced by 47 class files
> com.oracle.svm.core.amd64.AMD64CPUFeatureAccess (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CFunctionSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.SizeOfSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeSignature (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeClosure (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NFIContext (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.ErrnoMirror (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_Inet4AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_Deflater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Java_lang_Process_Supplement (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_Inflater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.SubstrateSegfaultHandler (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_net_PlainDatagramSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_PlainDatagramSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_sun_net_sdp_SdpSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetUtilMD (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_PlainSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_Inet6AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_io_UnixFileSystem (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixParkEvent (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixJavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinJavaNetCloseImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.ZLib (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.pthread.PthreadVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsStackOverflowSupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVMLockFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.windows.headers.WinSock (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.UnalignedHeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.AlignedHeapChunk (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.ThreadLocalAllocation (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIJavaVMList (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIThreadLocalEnvironment (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIStructFunctionsInitializer (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctionTables (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIInvocationInterface (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctions (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.PinnedObject is not found;
> referenced by 24 class files
> com.oracle.svm.core.deopt.DeoptimizedFrame (svm-19.0.0.jar)
> com.oracle.svm.core.deopt.Deoptimizer (svm-19.0.0.jar)
> com.oracle.svm.core.c.CCharPointerHolderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.heap.PinnedBuffer (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.LocalNativeScope (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeSignature (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeClosure (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NFIContext (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_com_sun_security_auth_module_UnixSystem (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_Deflater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Java_lang_Process_Supplement (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_CRC32 (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_Inflater (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_util_zip_Adler32 (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_NetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_Inet6AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.VmPrimsJNI (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinCoreFoundationUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.ZLib (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsUtils (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.PinnedObjectImpl (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIThreadLocalPinnedObjects (svm-19.0.0.jar)
> Class org.graalvm.compiler.graph.NodeSourcePosition is not found;
> referenced by 7 class files
> com.oracle.svm.core.deopt.DeoptimizationRuntime (svm-19.0.0.jar)
> com.oracle.svm.core.code.DeoptimizationSourcePositionEncoder (svm-19.0.0.jar)
> com.oracle.svm.core.code.DeoptimizationSourcePositionDecoder (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.DeoptHostedSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.util.TypeConversion is not found;
> referenced by 9 class files
> com.oracle.svm.core.deopt.Deoptimizer (svm-19.0.0.jar)
> com.oracle.svm.core.code.FrameInfoDecoder (svm-19.0.0.jar)
> com.oracle.svm.core.code.FrameInfoEncoder (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoEncoder (svm-19.0.0.jar)
> com.oracle.svm.core.code.DeoptimizationSourcePositionEncoder (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoDecoder (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ReferenceMapEncoder (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.EncodedLineNumberTable (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateMethod (svm-19.0.0.jar)
> Class org.graalvm.word.SignedWord is not found;
> referenced by 21 class files
> com.oracle.svm.core.handles.ThreadLocalHandles (svm-19.0.0.jar)
> com.oracle.svm.core.handles.ObjectHandlesImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.NativeLibraries (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.codegen.CSourceCodeWriter (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.TruffleNFISupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_Inet4AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Java_lang_Process_Supplement (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixSunNioSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetUtilMD (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_io_RandomAccessFile (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNetClose (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_os (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_io_UnixFileSystem (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_io_FileInputStream (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinCoreFoundationUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIGlobalHandles (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.ObjectHandlesSupport is not found;
> referenced by 1 class file
> com.oracle.svm.core.handles.ObjectHandlesFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.ConditionalNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.nodes.SafepointCheckNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.FloatingNode is not found;
> referenced by 9 class files
> com.oracle.svm.core.nodes.SafepointCheckNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.AddressOfVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CGlobalDataLoadAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FloatingWordCastNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.NullaryConstructorOffsetNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadRegisterFloatingNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.DeoptProxyNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.graph.spi.Canonicalizable is not found;
> referenced by 7 class files
> com.oracle.svm.core.nodes.SafepointCheckNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ExceptionStateNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.TestDeoptimizeNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FloatingWordCastNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.NullaryConstructorOffsetNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertValueNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.DeoptProxyNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.graph.NodeClass is not found;
> referenced by 71 class files
> com.oracle.svm.core.nodes.SafepointCheckNode (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.CFunctionPrologueNode (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.CFunctionEpilogueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.LoadVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.CompareAndSetVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.StoreVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.AddressOfVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.VMThreadLocalSTHolderNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SafeUnsignedRemNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SafeSignedDivNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SafeSignedRemNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ReadExceptionObjectNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SafeUnsignedDivNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ExceptionStateNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.SubstrateObjectCloneNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.SubstrateArraycopyNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.SubstrateArraysCopyOfNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.StackValueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CInterfaceReadNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FarReturnNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CInterfaceWriteNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FormatArrayNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FormatObjectNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateVirtualInstanceNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointPrologueBailoutNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteReturnAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointUtilityNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadStackPointerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.NewPinnedArrayNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateVirtualArrayNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadCallerStackPointerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptTestNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateCompressionNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteCurrentVMThreadNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateNewArrayNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.VerificationMarkerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptEntryNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadRegisterFixedNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointLeaveNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.KillMemoryNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteHeapBaseNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateDynamicNewArrayNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.VaListNextArgNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DimensionsNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadReturnAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.TestDeoptimizeNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CGlobalDataLoadAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateNewInstanceNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeadEndNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateDynamicNewInstanceNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptProxyAnchorNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FloatingWordCastNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointEnterNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.MethodReturnNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.UnreachableNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.NullaryConstructorOffsetNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadInstructionPointerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadRegisterFloatingNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptSourcePositionInfoNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.NewPinnedInstanceNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertValueNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.SubstrateMethodCallTargetNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertStampNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.DiscardStampNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertTypeStateNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.DeoptProxyNode (svm-19.0.0.jar)
> com.oracle.svm.graal.Target_org_graalvm_compiler_graph_NodeClass (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.FieldsOffsetsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.PostWriteBarrierNode (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.WriteBarrierNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.LogicNode is not found;
> referenced by 9 class files
> com.oracle.svm.core.nodes.SafepointCheckNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceEnumTool (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNINativeCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.spi.LIRLowerable is not found;
> referenced by 24 class files
> com.oracle.svm.core.nodes.SafepointCheckNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.VMThreadLocalSTHolderNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ReadExceptionObjectNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.StackValueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FarReturnNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteReturnAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadStackPointerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadCallerStackPointerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteCurrentVMThreadNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.VerificationMarkerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadRegisterFixedNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.KillMemoryNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteHeapBaseNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DimensionsNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadReturnAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CGlobalDataLoadAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeadEndNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptProxyAnchorNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FloatingWordCastNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadInstructionPointerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadRegisterFloatingNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptSourcePositionInfoNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.DiscardStampNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.DeoptProxyNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.FixedWithNextNode is not found;
> referenced by 39 class files
> com.oracle.svm.core.nodes.CFunctionPrologueNode (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.CFunctionEpilogueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.LoadVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.VMThreadLocalSTHolderNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CFunctionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ExceptionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ReadExceptionObjectNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.StackValueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FormatArrayNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FormatObjectNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteReturnAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointUtilityNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadStackPointerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadCallerStackPointerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptTestNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteCurrentVMThreadNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.VerificationMarkerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadRegisterFixedNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointLeaveNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.KillMemoryNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteHeapBaseNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.VaListNextArgNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DimensionsNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadReturnAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.TestDeoptimizeNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointEnterNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.MethodReturnNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.UnreachableNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadInstructionPointerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptSourcePositionInfoNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.DevirtualizeCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedBytecodeParser (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertValueNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.DiscardStampNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.WriteBarrierNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.spi.Lowerable is not found;
> referenced by 18 class files
> com.oracle.svm.core.nodes.CFunctionPrologueNode (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.CFunctionEpilogueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.LoadVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.CompareAndSetVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.StoreVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.AddressOfVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.SubstrateArraysCopyOfNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FormatArrayNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FormatObjectNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointUtilityNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptTestNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointLeaveNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.VaListNextArgNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointEnterNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.MethodReturnNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertValueNode (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.WriteBarrierNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.memory.MemoryCheckpoint$Single is not found;
> referenced by 7 class files
> com.oracle.svm.core.nodes.CFunctionPrologueNode (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.CFunctionEpilogueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptTestNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptEntryNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointLeaveNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.KillMemoryNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointEnterNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.debug.ControlFlowAnchored is not found;
> referenced by 4 class files
> com.oracle.svm.core.nodes.CFunctionPrologueNode (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.CFunctionEpilogueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.VerificationMarkerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptProxyAnchorNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.spi.LoweringTool is not found;
> referenced by 35 class files
> com.oracle.svm.core.nodes.CFunctionPrologueNode (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.CFunctionEpilogueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.LoadVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.CompareAndSetVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.StoreVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PosixAMD64VaListSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.MonitorSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CFunctionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptRuntimeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ArithmeticSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ExceptionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptTestSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SafepointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.SubstrateObjectCloneNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.SubstrateArraysCopyOfNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.ArraycopySnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FormatArrayNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FormatObjectNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointUtilityNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptTestNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointLeaveNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.VaListNextArgNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointEnterNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.DeoptHostedSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.AssertSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertValueNode (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.WriteBarrierNode (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.BarrierSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.spi.LoweringProvider is not found;
> referenced by 19 class files
> com.oracle.svm.core.nodes.CFunctionPrologueNode (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.CFunctionEpilogueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.LoadVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.CompareAndSetVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.StoreVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.SubstrateObjectCloneNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.SubstrateArraysCopyOfNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FormatArrayNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FormatObjectNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointUtilityNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptTestNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointLeaveNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.VaListNextArgNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointEnterNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertValueNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SharedRuntimeConfigurationBuilder (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.WriteBarrierNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.graph.Node is not found;
> referenced by 22 class files
> com.oracle.svm.core.nodes.CFunctionPrologueNode (svm-19.0.0.jar)
> com.oracle.svm.core.nodes.CFunctionEpilogueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.RemoveUnwindPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.OptimizeExceptionCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.DeadStoreRemovalPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FloatingWordCastNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.flow.SVMMethodTypeFlowBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedBytecodeParser (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertValueNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.DeoptProxyNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.UninterruptibleAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.MustNotSynchronizeAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.InliningUtilities (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.FieldsOffsetsFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.TruffleBoundaryPhase (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.InsertWriteBarrierPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.LIRKind is not found;
> referenced by 8 class files
> com.oracle.svm.core.code.FrameInfoEncoder (svm-19.0.0.jar)
> com.oracle.svm.core.heap.SubstrateReferenceMapBuilder (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateForeignCallsProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateForeignCallLinkage (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FarReturnNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteReturnAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.util.UnsafeArrayTypeWriter is not found;
> referenced by 7 class files
> com.oracle.svm.core.code.FrameInfoEncoder (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoEncoder (svm-19.0.0.jar)
> com.oracle.svm.core.code.DeoptimizationSourcePositionEncoder (svm-19.0.0.jar)
> com.oracle.svm.core.heap.InstanceReferenceMapEncoder (svm-19.0.0.jar)
> com.oracle.svm.core.heap.CodeReferenceMapEncoder (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ReferenceMapEncoder (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.EncodedLineNumberTable (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.util.FrequencyEncoder is not found;
> referenced by 2 class files
> com.oracle.svm.core.code.FrameInfoEncoder (svm-19.0.0.jar)
> com.oracle.svm.core.code.DeoptimizationSourcePositionEncoder (svm-19.0.0.jar)
> Class org.graalvm.compiler.code.CompilationResult is not found;
> referenced by 19 class files
> com.oracle.svm.core.code.CodeInfoEncoder (svm-19.0.0.jar)
> com.oracle.svm.core.code.CodeInfoVerifier (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.InstalledCodeBuilder (svm-19.0.0.jar)
> com.oracle.svm.core.graal.lir.DeoptEntryOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.SubstrateCompilationResult (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.SubstrateBackend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.AArch64CGlobalDataLoadAddressOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageCodeCache (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.LIRNativeImageCodeCache (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.amd64.AMD64HostedPatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.aarch64.AArch64HostedPatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalUtils (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64CGlobalDataLoadAddressOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.aarch64.AArch64NativeImagePatcherFeature (svm-19.0.0.jar)
> Class org.graalvm.collections.Equivalence is not found;
> referenced by 3 class files
> com.oracle.svm.core.code.DeoptimizationSourcePositionEncoder (svm-19.0.0.jar)
> com.oracle.svm.core.heap.SubstrateReferenceMap (svm-19.0.0.jar)
> com.oracle.svm.graal.Target_org_graalvm_compiler_nodes_NamedLocationIdentity_DB (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.util.AbstractTypeReader is not found;
> referenced by 1 class file
> com.oracle.svm.core.code.ReusableTypeReader (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.util.TypeReader is not found;
> referenced by 1 class file
> com.oracle.svm.core.code.FrameInfoDecoder (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.function.RelocatedPointer is not found;
> referenced by 4 class files
> com.oracle.svm.core.c.BoxedRelocatedPointer (svm-19.0.0.jar)
> com.oracle.svm.hosted.SVMHost (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageHeap (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.GraalObjectReplacer (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.CTypeConversionSupport is not found;
> referenced by 2 class files
> com.oracle.svm.core.c.CTypeConversionSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.c.CTypeConversionFeature (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.IsolateSupport is not found;
> referenced by 1 class file
> com.oracle.svm.core.c.function.IsolateSupportImpl (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.Isolates$IsolateException is not found;
> referenced by 1 class file
> com.oracle.svm.core.c.function.IsolateSupportImpl (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.Isolates$CreateIsolateParameters is not found;
> referenced by 1 class file
> com.oracle.svm.core.c.function.IsolateSupportImpl (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.function.CEntryPoint$Builtin is not found;
> referenced by 3 class files
> com.oracle.svm.core.c.function.CEntryPointBuiltins (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointData (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.CompressEncoding is not found;
> referenced by 14 class files
> com.oracle.svm.core.heap.ReferenceAccessImpl (svm-19.0.0.jar)
> com.oracle.svm.core.heap.ObjectHeader (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateNarrowOopStamp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.HostedConfiguration (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageHeap (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateMemoryAccessProviderImpl (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64AddressLowering (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.ObjectHeaderImpl (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.framemap.ReferenceMapBuilder is not found;
> referenced by 1 class file
> com.oracle.svm.core.heap.SubstrateReferenceMapBuilder (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.phases.CommunityCompilerConfiguration is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.GraalConfiguration (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.phases.EconomyCompilerConfiguration is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.GraalConfiguration (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.amd64.AMD64NodeMatchRules is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.GraalConfiguration (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.tiers.Suites is not found;
> referenced by 6 class files
> com.oracle.svm.core.graal.GraalConfiguration (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalUtils (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.HeapFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.match.MatchRuleRegistry is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.GraalConfiguration (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$Plugins is not found;
> referenced by 12 class files
> com.oracle.svm.core.graal.GraalFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.lambda.LambdaProxyRenamingSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.FatalAssertionsFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.NativeMethodSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstrateTruffleCompiler (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstratePartialEvaluator (svm-19.0.0.jar)
> Class org.graalvm.compiler.code.CompilationResult$CodeAnnotation is not found;
> referenced by 9 class files
> com.oracle.svm.core.graal.meta.InstalledCodeBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.LIRNativeImageCodeCache (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.amd64.AMD64HostedPatcher (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.aarch64.AArch64HostedPatcher (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.aarch64.AArch64MovSequenceHostedPatcher (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.aarch64.AdrpAddMacroInstructionHostedPatcher (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.aarch64.ADRADDPRELMacroInstructionHostedPatcher (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcher (svm-19.0.0.jar)
> com.oracle.svm.core.graal.aarch64.AArch64NativeImagePatcher (svm-19.0.0.jar)
> Class org.graalvm.compiler.debug.DebugContext is not found;
> referenced by 37 class files
> com.oracle.svm.core.graal.meta.InstalledCodeBuilder (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.DeadStoreRemovalPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureHandler (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGeneratorRunner (svm-19.0.0.jar)
> com.oracle.svm.hosted.ImageClasspathFileTypeDetectorFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.ResourcesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ServiceLoaderFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeletedMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageHeap (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImageViaCC (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.LIRNativeImageCodeCache (svm-19.0.0.jar)
> com.oracle.svm.hosted.lambda.LambdaProxyRenamingSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.cenum.CEnumCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.DevirtualizeCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.Instance (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.UninterruptibleAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.MustNotSynchronizeAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalUtils (svm-19.0.0.jar)
> com.oracle.svm.graal.Target_org_graalvm_compiler_debug_DebugContext_Immutable (svm-19.0.0.jar)
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIFieldAccessorMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNINativeCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIPrimitiveArrayOperationMethod (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.debug.Indent is not found;
> referenced by 9 class files
> com.oracle.svm.core.graal.meta.InstalledCodeBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageHeap (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImageViaCC (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.LIRNativeImageCodeCache (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalUtils (svm-19.0.0.jar)
> Class org.graalvm.compiler.code.DataSection is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.meta.InstalledCodeBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageCodeCache (svm-19.0.0.jar)
> Class org.graalvm.compiler.printer.GraalDebugHandlersFactory is not found;
> referenced by 6 class files
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.RuntimeConfiguration (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGeneratorRunner (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.lambda.LambdaProxyRenamingSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalUtils (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.ConstantBindingParameterPlugin is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.EncodedGraph is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstratePEGraphDecoder (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.StructuredGraph$Builder is not found;
> referenced by 6 class files
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.hosted.lambda.LambdaProxyRenamingSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstratePartialEvaluator (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.InlineInvokePlugin is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.api.replacements.Snippet is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.MethodCallTargetNode is not found;
> referenced by 8 class files
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.hosted.FallbackFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceEnumTool (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.SubstrateMethodCallTargetNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.InliningUtilities (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.GraphEncoder is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.StructuredGraph is not found;
> referenced by 81 class files
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.LoadVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.CompareAndSetVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.StoreVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.AddressOfVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PosixAMD64VaListSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.MonitorSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.InsertStackOverflowCheckPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CFunctionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptRuntimeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ArithmeticSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ExceptionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptTestSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SafepointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.ArraycopySnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.StackValuePhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.RemoveUnwindPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.OptimizeExceptionCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.MethodSafepointInsertionPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.CollectDeoptimizationSourcePositionsPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.DeadStoreRemovalPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateCompressionNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.TestDeoptimizeNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.MethodReturnNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.UnreachableNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.FallbackFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeletedMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.DeoptHostedSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.AssertSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.flow.SVMMethodTypeFlowBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.lambda.LambdaProxyRenamingSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.cenum.CEnumCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.DevirtualizeCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.VerifyNoGuardsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.ConstantFoldLoadFieldPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedBytecodeParser (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertValueNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertStampNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertTypeStateNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.UninterruptibleAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.MustNotSynchronizeAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.InliningUtilities (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SubstrateGraphMaker (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalUtils (svm-19.0.0.jar)
> com.oracle.svm.graal.Target_org_graalvm_compiler_phases_common_inlining_info_elem_InlineableGraph (svm-19.0.0.jar)
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> com.oracle.svm.truffle.TypeFlowIterator (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.TruffleBoundaryPhase (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstratePartialEvaluator (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64AddressLowering (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.InsertWriteBarrierPhase (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.WriteBarrierNode (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.BarrierSnippets (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIFieldAccessorMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNINativeCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNICallTrampolineMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIPrimitiveArrayOperationMethod (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.ReplacementsImpl is not found;
> referenced by 4 class files
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SubstrateGraphMaker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SubstrateGraphMakerFactory (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.hosted.Feature$CompilationAccess is not found;
> referenced by 5 class files
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadLocalCollector (svm-19.0.0.jar)
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.GraalObjectReplacer (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.PEGraphDecoder is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstratePEGraphDecoder (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.ReplacementsImpl$GraphMaker is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SubstrateGraphMaker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SubstrateGraphMakerFactory (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.util.Providers is not found;
> referenced by 45 class files
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateForeignCallLinkage (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.RuntimeConfiguration (svm-19.0.0.jar)
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PosixAMD64VaListSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.MonitorSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CFunctionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptRuntimeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ArithmeticSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ExceptionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptTestSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SafepointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SubstrateTemplates (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.ArraycopySnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.SVMHost (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedSnippetReflectionProvider (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.SubstitutionField (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.ComputedValueField (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.AnnotatedField (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.InjectedAccessorsField (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadMTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadSTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.DeoptHostedSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.AssertSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.FatalAssertionsFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.HostedRuntimeConfigurationBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SharedRuntimeConfigurationBuilder (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.GraalObjectReplacer (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateRuntimeConfigurationBuilder (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstratePartialEvaluator (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.BarrierSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.graph.iterators.NodeIterable is not found;
> referenced by 27 class files
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.StackValuePhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.RemoveUnwindPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.OptimizeExceptionCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.MethodSafepointInsertionPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.CollectDeoptimizationSourcePositionsPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.DeadStoreRemovalPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FloatingWordCastNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadRegisterFloatingNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.flow.SVMMethodTypeFlowBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.VerifyNoGuardsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedBytecodeParser (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertValueNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.UninterruptibleAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.MustNotSynchronizeAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.InliningUtilities (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.TruffleBoundaryPhase (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.InsertWriteBarrierPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.spi.StampProvider is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.meta.SubstrateStampProvider (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SharedRuntimeConfigurationBuilder (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.type.TypeReference is not found;
> referenced by 16 class files
> com.oracle.svm.core.graal.meta.SubstrateStampProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.LoadVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.SubstrateObjectCloneNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.TrustedInterfaceTypePlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.DevirtualizeCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceEnumTool (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNINativeCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.RemNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.nodes.AssertionNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.type.NarrowOopStamp is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateNarrowOopStamp (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.memory.address.OffsetAddressNode is not found;
> referenced by 8 class files
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.LoadVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.StoreVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.BarrierSnippets (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.memory.address.AddressNode is not found;
> referenced by 5 class files
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.LoadVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.StoreVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.memory.FloatingReadNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.extended.LoadHubNode is not found;
> referenced by 5 class files
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.Plugin_SubstrateIntrinsics_loadHub (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.UnsignedRightShiftNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.AndNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.virtual.VirtualArrayNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateVirtualArrayNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.DefaultJavaLoweringProvider is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.type.AbstractObjectStamp is not found;
> referenced by 5 class files
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateNarrowOopStamp (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.HostedReplacements (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.CompressionNode$CompressionOp is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateNarrowOopStamp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateCompressionNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.SnippetCounter$Group is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.NodeView is not found;
> referenced by 19 class files
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.VMThreadLocalSTHolderNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ArithmeticSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateCompressionNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FloatingWordCastNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.AssertSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.cenum.CEnumCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertValueNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertStampNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertTypeStateNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.DeoptProxyNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.NamedLocationIdentity is not found;
> referenced by 5 class files
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.CardTable (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.ThreadLocalAllocation (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.memory.HeapAccess$BarrierType is not found;
> referenced by 11 class files
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.LoadVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.StoreVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CInterfaceReadNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CInterfaceWriteNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadMTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadSTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.InsertWriteBarrierPhase (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.spi.LoweringTool$StandardLoweringStage is not found;
> referenced by 6 class files
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.MonitorSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptRuntimeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptTestSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.DeoptHostedSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.virtual.VirtualObjectNode is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.meta.SubstrateBasicLoweringProvider (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertStampNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertTypeStateNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.spi.ForeignCallLinkage is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.meta.SubstrateForeignCallLinkage (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.InlineInvokePlugin$InlineInfo is not found;
> referenced by 4 class files
> com.oracle.svm.core.graal.meta.SubstrateReplacements (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.AnalysisGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.arraycopy.ArrayCopyForeignCalls is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.meta.SubstrateForeignCallsProvider (svm-19.0.0.jar)
> Class org.graalvm.compiler.word.WordTypes is not found;
> referenced by 13 class files
> com.oracle.svm.core.graal.meta.RuntimeConfiguration (svm-19.0.0.jar)
> com.oracle.svm.core.graal.meta.SubstrateSnippetReflectionProvider (svm-19.0.0.jar)
> com.oracle.svm.core.graal.word.SubstrateWordTypes (svm-19.0.0.jar)
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SharedGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNICallTrampolineMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIPrimitiveArrayOperationMethod (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.function.InvokeCFunctionPointer is not found;
> referenced by 5 class files
> com.oracle.svm.core.graal.word.SubstrateWordTypes (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.UninterruptibleAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionPointerCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.codegen.CSourceCodeWriter (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.extended.JavaReadNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.thread.LoadVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.UnsafeCompareAndSwapNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.thread.CompareAndSetVMThreadLocalNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.AbstractStateSplit is not found;
> referenced by 4 class files
> com.oracle.svm.core.graal.thread.CompareAndSetVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.thread.StoreVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ExceptionStateNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptProxyAnchorNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.extended.JavaWriteNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.thread.StoreVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.AddNode is not found;
> referenced by 4 class files
> com.oracle.svm.core.graal.thread.AddressOfVMThreadLocalNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.function.CEntryPointSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.spi.NodeLIRBuilderTool is not found;
> referenced by 21 class files
> com.oracle.svm.core.graal.thread.VMThreadLocalSTHolderNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ReadExceptionObjectNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.StackValueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FarReturnNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteReturnAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadStackPointerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadCallerStackPointerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteCurrentVMThreadNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.VerificationMarkerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptEntryNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadRegisterFixedNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteHeapBaseNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DimensionsNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadReturnAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeadEndNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FloatingWordCastNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadInstructionPointerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadRegisterFloatingNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptSourcePositionInfoNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.DiscardStampNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.DeoptProxyNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.gen.LIRGeneratorTool is not found;
> referenced by 17 class files
> com.oracle.svm.core.graal.thread.VMThreadLocalSTHolderNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.stackvalue.StackValueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FarReturnNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteReturnAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadStackPointerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadCallerStackPointerNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteCurrentVMThreadNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptEntryNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadRegisterFixedNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteHeapBaseNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DimensionsNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadReturnAddressNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.FloatingWordCastNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadRegisterFloatingNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptSourcePositionInfoNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.LIRInstruction is not found;
> referenced by 8 class files
> com.oracle.svm.core.graal.lir.VerifyCFunctionReferenceMapsLIRPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.lir.DeoptSourcePositionInfoOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.lir.DeoptEntryOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.lir.VerificationMarkerOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.Instance (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.FieldsOffsetsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.phases.PostAllocationOptimizationPhase$PostAllocationOptimizationContext is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.lir.VerifyCFunctionReferenceMapsLIRPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.VerifyDeoptFrameStatesLIRPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.phases.PostAllocationOptimizationPhase is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.lir.VerifyCFunctionReferenceMapsLIRPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.VerifyDeoptFrameStatesLIRPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.gen.LIRGenerationResult is not found;
> referenced by 5 class files
> com.oracle.svm.core.graal.lir.VerifyCFunctionReferenceMapsLIRPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.WriteHeapBaseNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.Instance (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.LIR is not found;
> referenced by 4 class files
> com.oracle.svm.core.graal.lir.VerifyCFunctionReferenceMapsLIRPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.Instance (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.asm.CompilationResultBuilder is not found;
> referenced by 9 class files
> com.oracle.svm.core.graal.lir.DeoptSourcePositionInfoOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.lir.DeoptEntryOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.AArch64DecrementingSafepointCheckOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.AArch64CGlobalDataLoadAddressOp (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64DecrementingSafepointCheckOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64CGlobalDataLoadAddressOp (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.LIRInstructionClass is not found;
> referenced by 13 class files
> com.oracle.svm.core.graal.lir.DeoptSourcePositionInfoOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.lir.DeoptEntryOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.lir.VerificationMarkerOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.AArch64DecrementingSafepointCheckOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.AArch64FarReturnOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.AArch64CGlobalDataLoadAddressOp (svm-19.0.0.jar)
> com.oracle.svm.graal.Target_org_graalvm_compiler_lir_LIRInstructionClass (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.FieldsOffsetsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64DecrementingSafepointCheckOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64CGlobalDataLoadAddressOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64FarReturnOp (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.cfg.AbstractBlockBase is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.lir.VerifyCFunctionReferenceMapsLIRPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.LIRFrameState is not found;
> referenced by 5 class files
> com.oracle.svm.core.graal.lir.VerifyCFunctionReferenceMapsLIRPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.lir.DeoptEntryOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.Instance (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.asm.Assembler is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.lir.DeoptEntryOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.java.FrameStateBuilder is not found;
> referenced by 11 class files
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeletedMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.cenum.CEnumCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedBytecodeParser (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIFieldAccessorMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNINativeCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIPrimitiveArrayOperationMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.LoadFieldNode is not found;
> referenced by 7 class files
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.SubstrateObjectCloneNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.flow.SVMMethodTypeFlowBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.FixedNode is not found;
> referenced by 10 class files
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CFunctionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ExceptionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.CollectDeoptimizationSourcePositionsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.TruffleBoundaryPhase (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.InsertWriteBarrierPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.extended.UnboxNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.IndirectCallTargetNode is not found;
> referenced by 6 class files
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.CallTargetNode is not found;
> referenced by 12 class files
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.SubstrateBackend (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.DevirtualizeCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.UninterruptibleAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.MustNotSynchronizeAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.TruffleBoundaryPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.InvokeNode is not found;
> referenced by 5 class files
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CFunctionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.extended.BoxNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.ReturnNode is not found;
> referenced by 6 class files
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.MethodSafepointInsertionPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.MethodReturnNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.PiNode is not found;
> referenced by 13 class files
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.AssertSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.DevirtualizeCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceEnumTool (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNINativeCallWrapperMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.UnwindNode is not found;
> referenced by 8 class files
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ExceptionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.RemoveUnwindPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeletedMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.MergeNode is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.RemoveUnwindPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.OptimizeExceptionCallsPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.GraphKit is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.CompilationIdentifier is not found;
> referenced by 7 class files
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.SubstrateCompilationIdentifier (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SubstrateHostedCompilationIdentifier (svm-19.0.0.jar)
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.CallTargetNode$InvokeKind is not found;
> referenced by 27 class files
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.SubstrateObjectCloneNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.ExceptionSynthesizer (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeletedMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeletedFieldsPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.DevirtualizeCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateClassInitializationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SharedGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceEnumTool (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.AnalysisGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.InjectedAccessorsPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedBytecodeParser (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.SubstrateMethodCallTargetNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.MustNotSynchronizeAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIGraphKit (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.StartNode is not found;
> referenced by 6 class files
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeletedMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.InliningUtilities (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.LoadIndexedNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.type.StampPair is not found;
> referenced by 7 class files
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.SubstrateObjectCloneNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.TrustedInterfaceTypePlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SharedGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.AbstractBeginNode is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedBytecodeParser (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.common.inlining.InliningUtil is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.replacements.SubstrateGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.DevirtualizeCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.SnippetTemplate$Arguments is not found;
> referenced by 16 class files
> com.oracle.svm.core.graal.snippets.PosixAMD64VaListSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ArithmeticSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.MonitorSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CFunctionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptRuntimeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptTestSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SafepointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ExceptionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.ArraycopySnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.DeoptHostedSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.AssertSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.BarrierSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.SnippetTemplate$SnippetInfo is not found;
> referenced by 17 class files
> com.oracle.svm.core.graal.snippets.PosixAMD64VaListSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ArithmeticSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.MonitorSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptRuntimeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptTestSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SafepointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CFunctionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ExceptionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SubstrateTemplates (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.ArraycopySnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.DeoptHostedSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.AssertSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.BarrierSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.SnippetTemplate is not found;
> referenced by 15 class files
> com.oracle.svm.core.graal.snippets.PosixAMD64VaListSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ArithmeticSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.MonitorSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CFunctionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptRuntimeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptTestSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SafepointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ExceptionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.ArraycopySnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.DeoptHostedSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.AssertSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.BarrierSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.SignedDivNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.snippets.ArithmeticSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SafeSignedDivNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.SignedRemNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.snippets.ArithmeticSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SafeSignedRemNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.UnsignedDivNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.snippets.ArithmeticSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SafeUnsignedDivNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.UnsignedRemNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.snippets.ArithmeticSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SafeUnsignedRemNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.Snippets is not found;
> referenced by 16 class files
> com.oracle.svm.core.graal.snippets.ArithmeticSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.PosixAMD64VaListSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptTestSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.SafepointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CFunctionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.StackOverflowCheckSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.CEntryPointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptRuntimeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ExceptionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.MonitorSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.jdk.ArraycopySnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.DeoptHostedSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.AssertSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.BarrierSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.DeoptimizeNode is not found;
> referenced by 9 class files
> com.oracle.svm.core.graal.snippets.ArithmeticSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.DeoptRuntimeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.MonitorSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.CollectDeoptimizationSourcePositionsPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.TestDeoptimizeNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.ExceptionSynthesizer (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.DeoptHostedSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.TruffleBoundaryPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.InstanceOfNode is not found;
> referenced by 8 class files
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceEnumTool (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNINativeCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.InstanceOfDynamicNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.SnippetAnchorNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.amd64.AMD64ConvertSnippets$Templates is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.FloatConvertNode is not found;
> referenced by 5 class files
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.MonitorExitNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.snippets.MonitorSnippets (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNINativeCallWrapperMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.MonitorEnterNode is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.snippets.MonitorSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.MustNotSynchronizeAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNINativeCallWrapperMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.PhaseSuite is not found;
> referenced by 4 class files
> com.oracle.svm.core.graal.snippets.StackOverflowCheckFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.HeapFeature (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.function.CFunction is not found;
> referenced by 10 class files
> com.oracle.svm.core.graal.snippets.InsertStackOverflowCheckPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.MethodSafepointInsertionPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.NativeMethodSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.UninterruptibleAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionLinkages (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.NativeLibraries (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.Phase is not found;
> referenced by 10 class files
> com.oracle.svm.core.graal.snippets.InsertStackOverflowCheckPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.RemoveUnwindPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.OptimizeExceptionCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.MethodSafepointInsertionPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.CollectDeoptimizationSourcePositionsPhase (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.DeadStoreRemovalPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.DevirtualizeCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.VerifyNoGuardsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.TruffleBoundaryPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.AbstractDeoptimizeNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.snippets.DeoptRuntimeSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.extended.GetClassNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.type.IntegerStamp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.snippets.ArithmeticSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.IntegerDivRemNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.snippets.ArithmeticSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.InstanceOfSnippetsTemplates is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.InstanceOfSnippetsTemplates$InstanceOfUsageReplacer is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.SafepointNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.snippets.SafepointSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.MethodSafepointInsertionPhase (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.Platform$LINUX_AMD64 is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.snippets.PosixAMD64VaListSnippetsFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.Platform$DARWIN_AMD64 is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.snippets.PosixAMD64VaListSnippetsFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.InternalPlatform$LINUX_JNI_AMD64 is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.snippets.PosixAMD64VaListSnippetsFeature (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.InternalPlatform$DARWIN_JNI_AMD64 is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.snippets.PosixAMD64VaListSnippetsFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.Invoke is not found;
> referenced by 14 class files
> com.oracle.svm.core.graal.snippets.CFunctionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.SubstrateBackend (svm-19.0.0.jar)
> com.oracle.svm.hosted.lambda.LambdaProxyRenamingSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.DevirtualizeCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedBytecodeParser (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.UninterruptibleAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.MustNotSynchronizeAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.InliningUtilities (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.InvokeWithExceptionNode is not found;
> referenced by 9 class files
> com.oracle.svm.core.graal.snippets.CFunctionSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.RemoveUnwindPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertValueNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.TruffleBoundaryPhase (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.graph.NodeMap is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.snippets.StackOverflowCheckSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.FrameState is not found;
> referenced by 10 class files
> com.oracle.svm.core.graal.snippets.StackOverflowCheckSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.ExceptionStateNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.ReadRegisterFloatingNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedBytecodeParser (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertValueNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.InliningUtilities (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.FixedGuardNode is not found;
> referenced by 9 class files
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.DevirtualizeCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.VerifyNoGuardsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceEnumTool (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNINativeCallWrapperMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.DirectCallTargetNode is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.memory.ReadNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CInterfaceReadNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.graph.NodeInputList is not found;
> referenced by 6 class files
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.type.StampTool is not found;
> referenced by 6 class files
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.AssertSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertStampNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertTypeStateNode (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.InsertWriteBarrierPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.IsNullNode is not found;
> referenced by 6 class files
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.core.graal.snippets.TypeSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.LogicConstantNode is not found;
> referenced by 5 class files
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.DevirtualizeCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.LoadExceptionObjectNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.snippets.ExceptionSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.extended.BytecodeExceptionNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.extended.BytecodeExceptionNode$BytecodeExceptionKind is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.snippets.NonSnippetLowerings (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.DynamicDeoptimizeNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.snippets.DeoptRuntimeSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.graal.phases.CollectDeoptimizationSourcePositionsPhase (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.ImageInfo is not found;
> referenced by 4 class files
> com.oracle.svm.core.graal.snippets.StackOverflowCheckSnippets (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.core.posix.SubstrateSegfaultHandler (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_jdk_internal_misc_Signal (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.SnippetTemplate$AbstractTemplates is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.snippets.SubstrateTemplates (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.nodes.BasicObjectCloneNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.jdk.SubstrateObjectCloneNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.DeoptimizingNode$DeoptBefore is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.jdk.SubstrateObjectCloneNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$Registration is not found;
> referenced by 8 class files
> com.oracle.svm.core.graal.jdk.JDKIntrinsicsFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadMTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadSTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.CGlobalDataFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.function.CEntryPointSupport (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.nodes.BasicArrayCopyNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.jdk.SubstrateArraycopyNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugin is not found;
> referenced by 10 class files
> com.oracle.svm.core.graal.jdk.JDKIntrinsicsFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadSTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadMTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.ReflectionPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.CGlobalDataFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.function.CEntryPointSupport (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.type.ObjectStamp is not found;
> referenced by 5 class files
> com.oracle.svm.core.graal.jdk.SubstrateArraysCopyOfNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateNarrowOopStamp (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.HostedReplacements (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.DeoptimizingFixedWithNextNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.jdk.SubstrateArraysCopyOfNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.spi.VirtualizableAllocation is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.jdk.SubstrateArraysCopyOfNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.spi.VirtualizerTool is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.jdk.SubstrateArraysCopyOfNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertStampNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertTypeStateNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.util.GraphUtil is not found;
> referenced by 4 class files
> com.oracle.svm.core.graal.jdk.SubstrateArraysCopyOfNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.MethodReturnNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.TruffleBoundaryPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.tiers.HighTierContext is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.stackvalue.StackValuePhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.lambda.LambdaProxyRenamingSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.BasePhase is not found;
> referenced by 4 class files
> com.oracle.svm.core.graal.stackvalue.StackValuePhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.InsertWriteBarrierPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.PermanentBailoutException is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.stackvalue.StackValueNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.ConstantValue is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.stackvalue.StackValueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.graph.IterableNodeType is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.stackvalue.StackValueNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeadEndNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.DeoptProxyNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.EndNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.phases.RemoveUnwindPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.LoopExitNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.phases.RemoveUnwindPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.ExceptionObjectNode is not found;
> referenced by 4 class files
> com.oracle.svm.core.graal.phases.RemoveUnwindPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedBytecodeParser (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.TruffleBoundaryPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.IfNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.phases.OptimizeExceptionCallsPhase (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.BeginNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.phases.OptimizeExceptionCallsPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.ControlSplitNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.phases.OptimizeExceptionCallsPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.StoreFieldNode is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.phases.DeadStoreRemovalPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.TypePlugin is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.phases.TrustedInterfaceTypePlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.ControlSinkNode is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.nodes.FarReturnNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.CEntryPointPrologueBailoutNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeadEndNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.memory.WriteNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.nodes.CInterfaceWriteNode (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.InsertWriteBarrierPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.virtual.VirtualInstanceNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.nodes.SubstrateVirtualInstanceNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.debug.GraalError is not found;
> referenced by 8 class files
> com.oracle.svm.core.graal.nodes.SubstrateNarrowOopStamp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateCompressionNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.SubstrateCompilationIdentifier (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.SubstrateUnsupportedFeatures (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.flow.SVMMethodTypeFlowBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SubstrateHostedCompilationIdentifier (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.NewArrayNode is not found;
> referenced by 5 class files
> com.oracle.svm.core.graal.nodes.NewPinnedArrayNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.SubstrateNewArrayNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIPrimitiveArrayOperationMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.DeoptimizingNode$DeoptAfter is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.nodes.DeoptTestNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.DeoptEntryNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.CompressionNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.nodes.SubstrateCompressionNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64AddressLowering (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.gen.NodeLIRBuilder is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.nodes.DeoptEntryNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.FieldLocationIdentity is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.nodes.SubstrateFieldLocationIdentity (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.GraalObjectReplacer (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.DynamicNewArrayNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.nodes.SubstrateDynamicNewArrayNode (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.NewInstanceNode is not found;
> referenced by 8 class files
> com.oracle.svm.core.graal.nodes.SubstrateNewInstanceNode (svm-19.0.0.jar)
> com.oracle.svm.core.graal.nodes.NewPinnedInstanceNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.DynamicNewInstanceNode is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.nodes.SubstrateDynamicNewInstanceNode (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.graph.spi.Simplifiable is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.nodes.UnreachableNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.graph.spi.SimplifierTool is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.nodes.UnreachableNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.alloc.RegisterAllocationConfig is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.code.SubstrateBackend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.target.Backend is not found;
> referenced by 4 class files
> com.oracle.svm.core.graal.code.SubstrateBackend (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.GraalAccess (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalUtils (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstrateTruffleCompiler (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.CompilationIdentifier$Verbosity is not found;
> referenced by 4 class files
> com.oracle.svm.core.graal.code.SubstrateCompilationIdentifier (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SubstrateHostedCompilationIdentifier (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.code.DataSection$SerializableData is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.SubstrateDataBuilder (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.asm.DataBuilder is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.SubstrateDataBuilder (svm-19.0.0.jar)
> Class org.graalvm.compiler.code.DataSection$Data is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.code.SubstrateDataBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageCodeCache (svm-19.0.0.jar)
> Class org.graalvm.compiler.code.DataSection$ZeroData is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.SubstrateDataBuilder (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.gen.DebugInfoBuilder is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.code.SubstrateDebugInfoBuilder (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.code.DataSection$Patches is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.SubstrateDataBuilder (svm-19.0.0.jar)
> Class org.graalvm.compiler.asm.aarch64.AArch64Address is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.AArch64DecrementingSafepointCheckOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.AArch64CGlobalDataLoadAddressOp (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.aarch64.AArch64Move$PointerCompressionOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.StandardOp$LoadConstantOp is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.spi.LIRKindTool is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.LIRValueUtil is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler is not found;
> referenced by 4 class files
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.AArch64DecrementingSafepointCheckOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.AArch64FarReturnOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.AArch64CGlobalDataLoadAddressOp (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.aarch64.AArch64PrefetchOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.aarch64.AArch64Move$CompressPointerOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.aarch64.AArch64Move$UncompressPointerOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.aarch64.AArch64ControlFlow$ReturnOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.aarch64.AArch64LIRGenerator is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.gen.LIRGeneratorTool$MoveFactory is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.StandardOp$SaveRegistersOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.asm.aarch64.AArch64Assembler$PrefetchMode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.framemap.FrameMap$ReferenceMapBuilderFactory is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.aarch64.AArch64LIRInstruction is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.code.aarch64.AArch64DecrementingSafepointCheckOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.AArch64CGlobalDataLoadAddressOp (svm-19.0.0.jar)
> Class org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler$ScratchRegister is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.code.aarch64.AArch64DecrementingSafepointCheckOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.asm.FrameContext is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.framemap.FrameMap is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.Instance (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.GraalOptions is not found;
> referenced by 3 class files
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedUniverse (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.aarch64.AArch64Move$LoadInlineConstant is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.aarch64.AArch64MoveFactory is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.aarch64.AArch64BlockEndOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.AArch64FarReturnOp (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.aarch64.AArch64LIRKindTool is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.aarch64.AArch64BreakpointOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.aarch64.AArch64ControlFlow$BranchOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.aarch64.AArch64NodeLIRBuilder is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.gen.LIRGenerator is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.asm.aarch64.AArch64Assembler$ConditionFlag is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.aarch64.AArch64Call$DirectCallOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.aarch64.AArch64Call is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.aarch64.AArch64Call$IndirectCallOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.aarch64.AArch64AddressLoweringByUse is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64AddressLowering (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.Platform$AArch64 is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64BackendFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.StandardOp$BlockEndOp is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.aarch64.AArch64FrameMapBuilder is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.aarch64.AArch64FrameMap is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.aarch64.AArch64ArithmeticLIRGenerator is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.aarch64.AArch64NodeMatchRules is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.common.AddressLoweringByUsePhase is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.gen.LIRGenerationProvider is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.asm.CompilationResultBuilderFactory is not found;
> referenced by 4 class files
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalUtils (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.framemap.FrameMapBuilderTool is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.framemap.FrameMapBuilder is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.code.aarch64.SubstrateAArch64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.ImageSingletonsSupport is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.ImageSingletonsSupportImpl (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.meta.AnalysisType is not found;
> referenced by 37 class files
> com.oracle.svm.hosted.ClassValueFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FallbackFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageUtil (svm-19.0.0.jar)
> com.oracle.svm.hosted.SVMHost (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.HostedConfiguration (svm-19.0.0.jar)
> com.oracle.svm.hosted.ServiceLoaderFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.TypeInitializerGraph (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ConfigurableClassInitialization (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedInterface (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedPrimitiveType (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedInstanceClass (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedSnippetReflectionProvider (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedArrayClass (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedType (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedClass (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.SubstitutionReflectivityFilter (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationTypeFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ameta.AnalysisConstantReflectionProvider (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageCodeCache (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageHeap (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.SVMTypeState (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.ContextInsensitiveAnalysisPolicy (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.AllocationSiteSensitiveAnalysisPolicy (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.flow.SVMMethodTypeFlowBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.lambda.StableLambdaProxyNameFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubSupport (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.RuntimeStrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.GraalObjectReplacer (svm-19.0.0.jar)
> com.oracle.svm.truffle.NodeClassFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctionTablesFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessFeature (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.hosted.Feature$DuringAnalysisAccess is not found;
> referenced by 19 class files
> com.oracle.svm.hosted.ClassValueFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.SVMHost (svm-19.0.0.jar)
> com.oracle.svm.hosted.LoggingFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ResourcesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ServiceLoaderFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.AutomaticSubstitutionFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadMTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.thread.VMThreadSTFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationTypeFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.option.RuntimeOptionFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessCalleesFeature (svm-19.0.0.jar)
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.FieldsOffsetsFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.NodeClassFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionFeature (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.meta.AnalysisUniverse is not found;
> referenced by 24 class files
> com.oracle.svm.hosted.ClassValueFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.SVMHost (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.ServiceLoaderFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.TypeInitializerGraph (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedUniverse (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationTypeFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ameta.AnalysisConstantFieldProvider (svm-19.0.0.jar)
> com.oracle.svm.hosted.ameta.AnalysisConstantReflectionProvider (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageHeap (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.flow.SVMMethodTypeFlowBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.lambda.StableLambdaProxyNameFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionPointerCallStubSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubSupport (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.GraalObjectReplacer (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNICallTrampolineMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctionTablesFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessibleMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessFeature (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.meta.AnalysisMetaAccess is not found;
> referenced by 25 class files
> com.oracle.svm.hosted.FallbackFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.VMFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.LoggingFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ServiceLoaderFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedMetaAccess (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.SubstitutionReflectivityFilter (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.ComputedValueField (svm-19.0.0.jar)
> com.oracle.svm.hosted.ameta.HostedDynamicHubFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.SVMAnalysisMetaAccess (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SharedGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.ConstantFoldLoadFieldPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessCalleesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubSupport (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.GraalObjectReplacer (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.FieldsOffsetsFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.NodeClassFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctionTablesFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionFeature (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.meta.AnalysisMethod is not found;
> referenced by 36 class files
> com.oracle.svm.hosted.FallbackFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageUtil (svm-19.0.0.jar)
> com.oracle.svm.hosted.SVMHost (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.TypeInitializerGraph (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.SubstitutionReflectivityFilter (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.ImplicitExceptionsFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeImageCodeCache (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.AnalysisGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.FatalAssertionsFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessCalleesImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionPointerCallStubSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionPointerCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointLiteralFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompilationInfoSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> com.oracle.svm.graal.AMD64ArrayIndexOfForeignCallsFeature (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.RuntimeStrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.GraalObjectReplacer (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.DeoptimizationFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.TypeFlowIterator (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctionTablesFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessFeature (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.flow.InvokeTypeFlow is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.FallbackFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.TypeInitializerGraph (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.flow.context.BytecodeLocation is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.FallbackFeature (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.hosted.Feature$BeforeImageWriteAccess is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.hosted.RuntimeReflection is not found;
> referenced by 12 class files
> com.oracle.svm.hosted.JCKRuntimeTestsSupportFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.SecurityServicesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.LoggingFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ServiceLoaderFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.javafx.JavaFXFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNetSubstitutionsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaNetSubstitutionsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.reflect.proxy.DynamicProxySupport (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.meta.AnalysisField is not found;
> referenced by 19 class files
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.SVMHost (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedField (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.MaterializedConstantFields (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.SubstitutionReflectivityFilter (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.ComputedValueField (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.ameta.AnalysisConstantFieldProvider (svm-19.0.0.jar)
> com.oracle.svm.hosted.ameta.AnalysisConstantReflectionProvider (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.flow.SVMMethodTypeFlowBuilder (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.RuntimeStrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.GraalObjectReplacer (svm-19.0.0.jar)
> com.oracle.svm.truffle.HostedTruffleConstantFieldProvider (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.FieldOffsetComputer (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.hosted.Feature$FeatureAccess is not found;
> referenced by 6 class files
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.javafx.JavaFXFeature (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.GCImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapPolicy (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.HeapImpl (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.CollectionPolicy (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.hosted.Feature$OnAnalysisExitAccess is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.hosted.Feature$AfterImageWriteAccess is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.util.Timer is not found;
> referenced by 4 class files
> com.oracle.svm.hosted.NativeImageGeneratorRunner (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.function.CEntryPoint is not found;
> referenced by 9 class files
> com.oracle.svm.hosted.NativeImageGeneratorRunner (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointJavaCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointLiteralFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointData (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctionTablesFeature (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.util.AnalysisError is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGeneratorRunner (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.util.ParallelExecutionException is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGeneratorRunner (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.util.Timer$StopTimer is not found;
> referenced by 4 class files
> com.oracle.svm.hosted.NativeImageGeneratorRunner (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.infrastructure.SubstitutionProcessor is not found;
> referenced by 9 class files
> com.oracle.svm.hosted.NativeImageGeneratorRunner (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.CustomSubstitution (svm-19.0.0.jar)
> com.oracle.svm.hosted.lambda.LambdaProxyRenamingSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.cenum.CEnumCallWrapperSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.NativeMethodSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNINativeCallWrapperSubstitutionProcessor (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.RuntimeClassInitializationSupport is not found;
> referenced by 13 class files
> com.oracle.svm.hosted.SecurityServicesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.HostedConfiguration (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaLangSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.SunNioChNativeThreadFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetPlainSocketImplFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNetSubstitutionsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaNetSubstitutionsFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaIOSubstituteFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaNIOSubstituteFeature (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.meta.AnalysisType$UsageKind is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.SVMHost (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.constraints.UnsupportedFeatureException is not found;
> referenced by 13 class files
> com.oracle.svm.hosted.SVMHost (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.ServiceLoaderFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedUniverse (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeletedElementException (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.DisallowedImageHeapObjectFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.GraalObjectReplacer (svm-19.0.0.jar)
> com.oracle.svm.truffle.NodeClassFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeObjectReplacer (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.api.HostVM is not found;
> referenced by 4 class files
> com.oracle.svm.hosted.SVMHost (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ameta.AnalysisConstantReflectionProvider (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.compiler.java.GraphBuilderPhase$Instance is not found;
> referenced by 8 class files
> com.oracle.svm.hosted.SVMHost (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SharedGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.AnalysisGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedBytecodeParser (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SubstrateGraphMaker (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.meta.HostedProviders is not found;
> referenced by 22 class files
> com.oracle.svm.hosted.SVMHost (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedUniverse (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeletedMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.lambda.LambdaProxyRenamingSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.cenum.CEnumCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.HostedRuntimeConfigurationBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.HostedReplacements (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointJavaCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIFieldAccessorMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNINativeCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNICallTrampolineMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIPrimitiveArrayOperationMethod (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.api.PointstoOptions is not found;
> referenced by 4 class files
> com.oracle.svm.hosted.SVMHost (svm-19.0.0.jar)
> com.oracle.svm.hosted.FallbackFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageOptions (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.BigBang is not found;
> referenced by 16 class files
> com.oracle.svm.hosted.FallbackFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.snippets.ImplicitExceptionsFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.flow.SVMMethodTypeFlowBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.lambda.LambdaProxyRenamingSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.FatalAssertionsFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubSupport (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.DeoptimizationFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNICallTrampolineMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctionTablesFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessibleMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessFeature (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.constraints.UnsupportedFeatures is not found;
> referenced by 5 class files
> com.oracle.svm.hosted.FallbackFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.ConfigurableClassInitialization (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.SubstrateUnsupportedFeatures (svm-19.0.0.jar)
> Class org.graalvm.compiler.debug.DebugContext$Scope is not found;
> referenced by 13 class files
> com.oracle.svm.hosted.ImageClasspathFileTypeDetectorFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.ResourcesFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.ServiceLoaderFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImageViaCC (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.LIRNativeImageCodeCache (svm-19.0.0.jar)
> com.oracle.svm.hosted.lambda.LambdaProxyRenamingSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.UninterruptibleAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.MustNotSynchronizeAnnotationChecker (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.Platform$WINDOWS_AMD64 is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.Platform$LINUX_AArch64 is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.Platform$AMD64 is not found;
> referenced by 3 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64BackendFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64AddressLoweringPhaseFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.bytecode.ResolvedJavaMethodBytecodeProvider is not found;
> referenced by 3 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.HostedRuntimeConfigurationBuilder (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateRuntimeConfigurationBuilder (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.SizeOfSupport is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.SizeOfSupportImpl (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.CConstantValueSupport is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.CConstantValueSupportImpl (svm-19.0.0.jar)
> Class org.graalvm.compiler.word.WordOperationPlugin is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.hotspot.HotSpotGraalCompiler is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.NodeIntrinsificationProvider is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.compiler.debug.DebugDumpScope is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.infrastructure.WrappedJavaMethod is not found;
> referenced by 5 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.NativeMethodSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNINativeCallWrapperMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.common.inlining.InliningPhase is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.common.ExpandLogicPhase is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.common.FixReadsPhase is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.common.LoopSafepointInsertionPhase is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.compiler.loop.phases.ConvertDeoptimizeToGuardPhase is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.common.DeoptimizationGroupingPhase is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.common.FrameStateAssignmentPhase is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.common.CanonicalizerPhase is not found;
> referenced by 3 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.constant.CConstant is not found;
> referenced by 5 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.NativeMethodSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.NativeLibraries (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.CConstantValueSupportImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.struct.CStruct is not found;
> referenced by 4 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.NativeLibraries (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.info.StructInfo (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.struct.RawStructure is not found;
> referenced by 4 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.NativeLibraries (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.info.StructInfo (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.struct.CPointerTo is not found;
> referenced by 3 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.NativeLibraries (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.CContext is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.NativeLibraries (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.function.CLibrary is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.typestate.TypeState is not found;
> referenced by 3 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.analysis.SVMTypeState (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.ClassInitializationPlugin is not found;
> referenced by 4 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateClassInitializationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.NoClassInitializationPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.phases.LIRSuites is not found;
> referenced by 3 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalUtils (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.Platforms is not found;
> referenced by 5 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeclarativeSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.AnnotationSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.PlatformsDescriptor (svm-19.0.0.jar)
> com.oracle.svm.hosted.option.HostedOptionParser (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.infrastructure.Universe is not found;
> referenced by 5 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.HostedUniverse (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointLiteralFeature (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.reports.AnalysisReportsOptions is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.reports.CallTreePrinter is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.reports.ObjectTreePrinter is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.typestate.PointsToStats is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.StandardGraphBuilderPlugins is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.amd64.AMD64GraphBuilderPlugins is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.aarch64.AArch64GraphBuilderPlugins is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.phases.LIRPhaseSuite is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.flow.MethodTypeFlow is not found;
> referenced by 6 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.TypeInitializerGraph (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.AnalysisMethodCalleeWalker (svm-19.0.0.jar)
> com.oracle.svm.truffle.TypeFlowIterator (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.flow.MethodFlowsGraph is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> com.oracle.svm.truffle.TypeFlowIterator (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.flow.FormalParamTypeFlow is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.flow.AllInstantiatedTypeFlow is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.api.UnsafePartitionKind is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.GraalEdgeUnsafePartition (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.results.StaticAnalysisResultsBuilder is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.HostedConfiguration (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> Class org.graalvm.compiler.hotspot.GraalHotSpotVMConfig is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.compiler.hotspot.HotSpotGraalRuntimeProvider is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.NativeImageGenerator (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.hosted.Feature$AfterHeapLayoutAccess is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.FeatureImpl (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.CGlobalDataFeature (svm-19.0.0.jar)
> Class org.graalvm.collections.Pair is not found;
> referenced by 5 class files
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.classinitialization.InitKind (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.reports.ReportUtils is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.classinitialization.ClassInitializationFeature (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.flow.TypeFlow is not found;
> referenced by 3 class files
> com.oracle.svm.hosted.classinitialization.TypeInitializerGraph (svm-19.0.0.jar)
> com.oracle.svm.truffle.TypeFlowIterator (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessFeature (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.util.ConcurrentLightHashSet is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.meta.HostedUniverse (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.infrastructure.WrappedSignature is not found;
> referenced by 3 class files
> com.oracle.svm.hosted.meta.HostedUniverse (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.infrastructure.WrappedConstantPool is not found;
> referenced by 3 class files
> com.oracle.svm.hosted.meta.HostedUniverse (svm-19.0.0.jar)
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.NoClassInitializationPlugin (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.infrastructure.UniverseMetaAccess is not found;
> referenced by 4 class files
> com.oracle.svm.hosted.meta.HostedMetaAccess (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointLiteralFeature (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.function.CEntryPointLiteral is not found;
> referenced by 11 class files
> com.oracle.svm.hosted.meta.UniverseBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointLiteralFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeAPIImpl (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NativeClosure (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NFIContext (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NFIInitialization (svm-19.0.0.jar)
> com.oracle.svm.core.posix.SubstrateSegfaultHandler (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixInterruptSignalUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.thread.PosixJavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaThreads (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.infrastructure.WrappedJavaType is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.meta.HostedType (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.infrastructure.OriginalClassProvider is not found;
> referenced by 5 class files
> com.oracle.svm.hosted.meta.HostedType (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.SubstitutionType (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.InjectedFieldsType (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.CustomSubstitutionType (svm-19.0.0.jar)
> com.oracle.svm.hosted.lambda.LambdaSubstitutionType (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.infrastructure.GraphProvider is not found;
> referenced by 7 class files
> com.oracle.svm.hosted.meta.HostedMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.AnnotatedMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.SubstitutionMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.CustomSubstitutionMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.NativeMethodSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIGeneratedMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.debug.JavaMethodContext is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.meta.HostedMethod (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.infrastructure.GraphProvider$Purpose is not found;
> referenced by 17 class files
> com.oracle.svm.hosted.meta.HostedMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.DeletedMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.AnnotatedMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.substitute.SubstitutionMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.cenum.CEnumCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionPointerCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIFieldAccessorMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNINativeCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNICallTrampolineMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIPrimitiveArrayOperationMethod (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.spi.JavaConstantFieldProvider is not found;
> referenced by 3 class files
> com.oracle.svm.hosted.meta.HostedConstantFieldProvider (svm-19.0.0.jar)
> com.oracle.svm.hosted.ameta.AnalysisConstantFieldProvider (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateConstantFieldProvider (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.spi.ConstantFieldProvider$ConstantFieldTool is not found;
> referenced by 4 class files
> com.oracle.svm.hosted.meta.HostedConstantFieldProvider (svm-19.0.0.jar)
> com.oracle.svm.hosted.ameta.AnalysisConstantFieldProvider (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateConstantFieldProvider (svm-19.0.0.jar)
> com.oracle.svm.truffle.HostedTruffleConstantFieldProvider (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.ReflectionRegistry is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.config.ReflectionRegistryAdapter (svm-19.0.0.jar)
> com.oracle.svm.jni.access.JNIAccessFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.extended.FixedValueAnchorNode is not found;
> referenced by 3 class files
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.BarrierSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.word.WordCastNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.ZeroExtendNode is not found;
> referenced by 5 class files
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.nodes.AnalysisArraysCopyOfNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.ArrayLengthNode is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodeinfo.Verbosity is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.snippets.AssertSnippets (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.nodes.AnalysisUnsafePartitionStoreNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.nodes.AnalysisUnsafePartitionLoadNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.StoreIndexedNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> Class org.graalvm.compiler.graph.Edges is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.FieldsOffsetsFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.graph.NodeList is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.nodes.ConvertUnknownValueNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.NarrowNode is not found;
> referenced by 4 class files
> com.oracle.svm.hosted.snippets.SubstrateGraphBuilderPlugins (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.nodes.ExplodeLoopNode is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.snippets.AssertSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.IntegerEqualsNode is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.ObjectEqualsNode is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.XorNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.annotation.AnnotationSupport (svm-19.0.0.jar)
> Class org.graalvm.collections.MapCursor is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.option.HostedOptionProviderHelper (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.hosted.RuntimeClassInitialization is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.javafx.JavaFXFeature (svm-19.0.0.jar)
> Class com.oracle.objectfile.ObjectFile$Element is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.LIRNativeImageCodeCache (svm-19.0.0.jar)
> Class com.oracle.objectfile.BasicProgbitsSectionImpl is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> Class com.oracle.objectfile.ObjectFile$ProgbitsSectionImpl is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> Class com.oracle.objectfile.macho.MachOObjectFile is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> Class com.oracle.objectfile.ObjectFile$Section is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.AbstractBootImage (svm-19.0.0.jar)
> Class com.oracle.objectfile.ObjectFile$Symbol is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> Class com.oracle.objectfile.ObjectFile is not found;
> referenced by 4 class files
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.AbstractBootImage (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImageViaCC (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.LIRNativeImageCodeCache (svm-19.0.0.jar)
> Class com.oracle.objectfile.SectionName is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> Class com.oracle.objectfile.ObjectFile$RelocationKind is not found;
> referenced by 6 class files
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.RelocatableBuffer (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.aarch64.AArch64HostedPatcher (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.aarch64.AArch64MovSequenceHostedPatcher (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.aarch64.AdrpAddMacroInstructionHostedPatcher (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.aarch64.ADRADDPRELMacroInstructionHostedPatcher (svm-19.0.0.jar)
> Class com.oracle.objectfile.SymbolTable is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> Class com.oracle.objectfile.LayoutDecisionMap is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> Class com.oracle.objectfile.LayoutDecision$Kind is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> Class com.oracle.objectfile.BuildDependency is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.image.NativeBootImage (svm-19.0.0.jar)
> Class com.oracle.objectfile.ObjectFile$Format is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.image.AbstractBootImage (svm-19.0.0.jar)
> com.oracle.svm.hosted.image.NativeBootImageViaCC (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.flow.context.AnalysisContextPolicy is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.analysis.SVMTypeState (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.DefaultAnalysisPolicy is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.analysis.ContextInsensitiveAnalysisPolicy (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.BytecodeSensitiveAnalysisPolicy is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.analysis.AllocationSiteSensitiveAnalysisPolicy (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.flow.MethodTypeFlowBuilder is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.analysis.flow.SVMMethodTypeFlowBuilder (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.flow.NewInstanceTypeFlow is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.analysis.flow.PinnedNewInstanceTypeFlow (svm-19.0.0.jar)
> Class org.graalvm.compiler.java.GraphBuilderPhase is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.lambda.LambdaProxyRenamingSubstitutionProcessor (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration is not found;
> referenced by 7 class files
> com.oracle.svm.hosted.lambda.LambdaProxyRenamingSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedGraphKit (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstratePartialEvaluator (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.OptimisticOptimizations is not found;
> referenced by 5 class files
> com.oracle.svm.hosted.lambda.LambdaProxyRenamingSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalUtils (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.constant.CEnumLookup is not found;
> referenced by 5 class files
> com.oracle.svm.hosted.cenum.CEnumCallWrapperSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.cenum.CEnumCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.constant.CEnumValue is not found;
> referenced by 5 class files
> com.oracle.svm.hosted.cenum.CEnumCallWrapperSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.cenum.CEnumCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.extended.ValueAnchorNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.phases.DevirtualizeCallsPhase (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.constraints.UnresolvedElementException is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.phases.SharedGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.NoClassInitializationPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.java.BytecodeParser is not found;
> referenced by 6 class files
> com.oracle.svm.hosted.phases.SharedGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.CInterfaceEnumTool (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.AnalysisGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedBytecodeParser (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.InvocationPlugins$InvocationPluginReceiver is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.phases.SharedGraphBuilderPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.java.BytecodeParser$IntrinsicGuard is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.phases.SharedGraphBuilderPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.ParameterNode is not found;
> referenced by 6 class files
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertValueNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.InliningUtilities (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.ParameterPlugin is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.java.BytecodeParser$ExceptionEdgeAction is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.AnalysisGraphBuilderPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.KillingBeginNode is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedBytecodeParser (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.RightShiftNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.LeftShiftNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.OrNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.MulNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.SignExtendNode is not found;
> referenced by 4 class files
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.calc.FloatConvert is not found;
> referenced by 4 class files
> com.oracle.svm.hosted.phases.CInterfaceInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.GuardNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.phases.VerifyNoGuardsPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.MethodHandlePlugin is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.UnaryOpLogicNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.tiers.PhaseContext is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.AccessFieldNode is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker (svm-19.0.0.jar)
> Class org.graalvm.compiler.bytecode.BytecodeProvider is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.spi.Replacements is not found;
> referenced by 4 class files
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.NativeMethodSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SharedRuntimeConfigurationBuilder (svm-19.0.0.jar)
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.graph.iterators.FilteredNodeIterable is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.phases.IntrinsifyMethodHandlesInvocationPlugin (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext is not found;
> referenced by 3 class files
> com.oracle.svm.hosted.phases.SubstrateGraphBuilderPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.phases.HostedBytecodeParser (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SubstrateGraphMaker (svm-19.0.0.jar)
> Class org.graalvm.compiler.java.BciBlockMapping$BciBlock is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.phases.AnalysisGraphBuilderPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.spi.LimitedValueProxy is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.DeoptProxyNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.PhiNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.phases.StrengthenStampsPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderTool is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.phases.CInterfaceEnumTool (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.util.ConstantFoldUtil is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.phases.ConstantFoldLoadFieldPlugin (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.StateSplit is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.phases.HostedBytecodeParser (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.LoopBeginNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.phases.HostedBytecodeParser (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.StructuredGraph$GuardsStage is not found;
> referenced by 5 class files
> com.oracle.svm.hosted.phases.HostedBytecodeParser (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.SubstrateGraphMaker (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.WriteBarrierNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.ProxyNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.nodes.AssertValueNode (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.results.StaticAnalysisResults is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.nodes.SubstrateMethodCallTargetNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.spi.Virtualizable is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.nodes.AssertStampNode (svm-19.0.0.jar)
> com.oracle.svm.hosted.nodes.AssertTypeStateNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.graph.Node$ValueNumberable is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.nodes.DeoptProxyNode (svm-19.0.0.jar)
> Class org.graalvm.compiler.word.Word$Operation is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.code.NativeMethodSubstitutionProcessor (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionLinkages (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.util.CompletionExecutor is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.OptimisticOptimizations$Optimization is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalUtils (svm-19.0.0.jar)
> Class org.graalvm.compiler.bytecode.ResolvedJavaMethodBytecode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.phases.SubstrateIntrinsicGraphBuilder is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.compiler.virtual.phases.ea.PartialEscapePhase is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.compiler.virtual.phases.ea.EarlyReadEliminationPhase is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.common.FloatingReadPhase is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.RedundantMoveElimination is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.alloc.RegisterAllocationPhase is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.util.GraphOrder is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderConfiguration$BytecodeExceptionMode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.GraalCompiler is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalUtils (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.AbstractNewObjectNode is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.code.UninterruptibleAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.function.CFunction$Transition is not found;
> referenced by 3 class files
> com.oracle.svm.hosted.code.UninterruptibleAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionPointerCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CFunctionSubstitutionProcessor (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.FullInfopointNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.InliningUtilities (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.spi.ValueProxy is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.InliningUtilities (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.NewMultiArrayNode is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker (svm-19.0.0.jar)
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.AccessArrayNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.extended.UnsafeAccessNode is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.RestrictHeapAccessAnnotationChecker (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.function.CEntryPoint$IsolateContext is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.function.CEntryPoint$IsolateThreadContext is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.function.CEntryPoint$FatalExceptionHandler is not found;
> referenced by 4 class files
> com.oracle.svm.hosted.code.CEntryPointCallStubMethod (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.CEntryPointData (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIFieldAccessorMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIPrimitiveArrayOperationMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.PiNode$PlaceholderStamp is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.HostedReplacements (svm-19.0.0.jar)
> Class org.graalvm.compiler.debug.DebugContext$Description is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.util.CompletionExecutor$DebugContextRunnable is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.CompileQueue (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.CEntryPointLiteralCodePointer is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.CEntryPointLiteralFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.graphbuilderconf.IntrinsicContext$CompilationContext is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.code.SubstrateGraphMaker (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.spi.ConstantFieldProvider is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.code.SharedRuntimeConfigurationBuilder (svm-19.0.0.jar)
> com.oracle.svm.truffle.HostedTruffleConstantFieldProvider (svm-19.0.0.jar)
> Class org.graalvm.compiler.asm.amd64.AMD64BaseAssembler$OperandDataAnnotation is not found;
> referenced by 6 class files
> com.oracle.svm.hosted.code.amd64.AMD64HostedPatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.amd64.AMD64HostedPatcher (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcher (svm-19.0.0.jar)
> com.oracle.svm.core.graal.aarch64.AArch64NativeImagePatcher (svm-19.0.0.jar)
> com.oracle.svm.core.graal.aarch64.AArch64NativeImagePatcherFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.asm.Assembler$CodeAnnotation is not found;
> referenced by 4 class files
> com.oracle.svm.hosted.code.amd64.AMD64HostedPatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.aarch64.AArch64HostedPatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64NativeImagePatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.aarch64.AArch64NativeImagePatcherFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.asm.aarch64.AArch64Assembler$OperandDataAnnotation is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.code.aarch64.AArch64HostedPatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.aarch64.AArch64HostedPatcher (svm-19.0.0.jar)
> Class org.graalvm.compiler.asm.aarch64.AArch64Assembler$MovSequenceAnnotation is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.code.aarch64.AArch64HostedPatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.aarch64.AArch64MovSequenceHostedPatcher (svm-19.0.0.jar)
> Class org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler$ADRADDPRELMacroInstruction is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.code.aarch64.AArch64HostedPatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.aarch64.ADRADDPRELMacroInstructionHostedPatcher (svm-19.0.0.jar)
> Class org.graalvm.compiler.asm.aarch64.AArch64MacroAssembler$AdrpAddMacroInstruction is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.code.aarch64.AArch64HostedPatcherFeature (svm-19.0.0.jar)
> com.oracle.svm.hosted.code.aarch64.AdrpAddMacroInstructionHostedPatcher (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.infrastructure.WrappedElement is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.c.NativeLibraries (svm-19.0.0.jar)
> Class org.graalvm.compiler.runtime.RuntimeProvider is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.c.GraalAccess (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalRuntime (svm-19.0.0.jar)
> Class org.graalvm.compiler.api.runtime.GraalJVMCICompiler is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.c.GraalAccess (svm-19.0.0.jar)
> Class org.graalvm.compiler.api.runtime.GraalRuntime is not found;
> referenced by 4 class files
> com.oracle.svm.hosted.c.GraalAccess (svm-19.0.0.jar)
> com.oracle.svm.graal.SubstrateGraalRuntime (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.GraalObjectReplacer (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.struct.CField is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.struct.CFieldAddress is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.struct.CFieldOffset is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.struct.CBitfield is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.struct.RawField is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.struct.UniqueLocationIdentity is not found;
> referenced by 2 class files
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> com.oracle.svm.hosted.c.query.SizeAndSignednessVerifier (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.constant.CEnumConstant is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> Class org.graalvm.compiler.bytecode.BridgeMethodUtils is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.c.info.InfoTreeBuilder (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.struct.AllowNarrowingCast is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.c.query.SizeAndSignednessVerifier (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.struct.AllowWideningCast is not found;
> referenced by 1 class file
> com.oracle.svm.hosted.c.query.SizeAndSignednessVerifier (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.phases.LIRPhase$LIRPhaseStatistics is not found;
> referenced by 2 class files
> com.oracle.svm.graal.Target_org_graalvm_compiler_lir_phases_LIRPhase (svm-19.0.0.jar)
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.debug.GlobalMetrics is not found;
> referenced by 1 class file
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.debug.DiagnosticsOutputDirectory is not found;
> referenced by 1 class file
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.CompositeValueClass is not found;
> referenced by 2 class files
> com.oracle.svm.graal.Target_org_graalvm_compiler_lir_CompositeValueClass (svm-19.0.0.jar)
> com.oracle.svm.graal.hosted.FieldsOffsetsFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.CompilationWrapper is not found;
> referenced by 1 class file
> com.oracle.svm.graal.SubstrateGraalUtils (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.amd64.AMD64ArrayIndexOfNode is not found;
> referenced by 1 class file
> com.oracle.svm.graal.AMD64ArrayIndexOfForeignCalls (svm-19.0.0.jar)
> Class org.graalvm.compiler.replacements.amd64.AMD64ArrayIndexOf is not found;
> referenced by 1 class file
> com.oracle.svm.graal.AMD64ArrayIndexOfForeignCalls (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.BasePhase$BasePhaseStatistics is not found;
> referenced by 2 class files
> com.oracle.svm.graal.Target_org_graalvm_compiler_phases_BasePhase (svm-19.0.0.jar)
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.debug.DebugHandlersFactory is not found;
> referenced by 1 class file
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.phases.LIRPhase is not found;
> referenced by 1 class file
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.api.replacements.MethodSubstitution is not found;
> referenced by 1 class file
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.GraphDecoder is not found;
> referenced by 1 class file
> com.oracle.svm.graal.GraalSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.Fields is not found;
> referenced by 1 class file
> com.oracle.svm.graal.hosted.FieldsOffsetsFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.CompositeValue is not found;
> referenced by 1 class file
> com.oracle.svm.graal.hosted.FieldsOffsetsFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.common.FieldIntrospection is not found;
> referenced by 1 class file
> com.oracle.svm.graal.hosted.FieldsOffsetsFeature (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.api.DefaultUnsafePartition is not found;
> referenced by 1 class file
> com.oracle.svm.graal.hosted.FieldsOffsetsFeature (svm-19.0.0.jar)
> Class com.oracle.truffle.api.nodes.Node is not found;
> referenced by 4 class files
> com.oracle.svm.graal.meta.SubstrateType (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateNodeFieldAccessor (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateNodeIterator (svm-19.0.0.jar)
> com.oracle.svm.truffle.NodeClassFeature (svm-19.0.0.jar)
> Class com.oracle.truffle.api.nodes.NodeFieldAccessor is not found;
> referenced by 2 class files
> com.oracle.svm.graal.meta.SubstrateType (svm-19.0.0.jar)
> com.oracle.svm.truffle.NodeClassFeature (svm-19.0.0.jar)
> Class com.oracle.truffle.api.nodes.NodeCloneable is not found;
> referenced by 2 class files
> com.oracle.svm.graal.meta.SubstrateType (svm-19.0.0.jar)
> com.oracle.svm.graal.meta.SubstrateField (svm-19.0.0.jar)
> Class com.oracle.truffle.api.nodes.NodeClass is not found;
> referenced by 3 class files
> com.oracle.svm.graal.meta.SubstrateType (svm-19.0.0.jar)
> com.oracle.svm.truffle.NodeClassFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.Target_com_oracle_truffle_api_nodes_NodeClass (svm-19.0.0.jar)
> Class com.oracle.truffle.api.nodes.NodeFieldAccessor$AbstractUnsafeNodeFieldAccessor is not found;
> referenced by 1 class file
> com.oracle.svm.graal.meta.SubstrateNodeFieldAccessor (svm-19.0.0.jar)
> Class com.oracle.truffle.api.nodes.NodeFieldAccessor$NodeFieldKind is not found;
> referenced by 2 class files
> com.oracle.svm.graal.meta.SubstrateNodeFieldAccessor (svm-19.0.0.jar)
> com.oracle.svm.truffle.NodeClassFeature (svm-19.0.0.jar)
> Class com.oracle.truffle.api.nodes.Node$Child is not found;
> referenced by 1 class file
> com.oracle.svm.graal.meta.SubstrateField (svm-19.0.0.jar)
> Class com.oracle.truffle.api.nodes.Node$Children is not found;
> referenced by 1 class file
> com.oracle.svm.graal.meta.SubstrateField (svm-19.0.0.jar)
> Class com.oracle.truffle.api.Truffle is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class com.oracle.truffle.api.TruffleRuntime is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.truffle.compiler.TruffleCompilationIdentifier is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.SubstrateTruffleCompilationIdentifier (svm-19.0.0.jar)
> Class org.graalvm.compiler.truffle.runtime.OptimizedCallTarget is not found;
> referenced by 3 class files
> com.oracle.svm.truffle.SubstrateTruffleCompilationIdentifier (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstrateTruffleCompiler (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstrateOptimizedCallTarget (svm-19.0.0.jar)
> Class com.oracle.truffle.api.CompilerDirectives$CompilationFinal is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.HostedTruffleConstantFieldProvider (svm-19.0.0.jar)
> Class com.oracle.truffle.api.impl.DefaultTruffleRuntime is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class com.oracle.truffle.api.profiles.Profile is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class com.oracle.truffle.api.CompilerAsserts is not found;
> referenced by 3 class files
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.Target_com_oracle_truffle_api_nodes_NodeClass (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> Class org.graalvm.compiler.truffle.compiler.nodes.asserts.NeverPartOfCompilationNode is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class com.oracle.truffle.api.instrumentation.TruffleInstrument is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class com.oracle.truffle.api.instrumentation.InstrumentableFactory is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.truffle.compiler.SharedTruffleCompilerOptions is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class com.oracle.truffle.api.library.ExportLibrary is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class com.oracle.truffle.api.library.GenerateLibrary is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class com.oracle.truffle.api.CompilerDirectives$TruffleBoundary is not found;
> referenced by 2 class files
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.TruffleBoundaryPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.truffle.runtime.TruffleCallBoundary is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class com.oracle.truffle.api.frame.Frame is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.truffle.compiler.PartialEvaluator is not found;
> referenced by 2 class files
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstratePartialEvaluator (svm-19.0.0.jar)
> Class com.oracle.truffle.api.nodes.ExplodeLoop is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.java.BytecodeParserOptions is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.TruffleFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.truffle.compiler.TruffleCompilerImpl is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.api.SubstrateTruffleCompiler (svm-19.0.0.jar)
> Class org.graalvm.compiler.truffle.runtime.BackgroundCompileQueue is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> Class com.oracle.truffle.api.OptimizationFailedException is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> Class org.graalvm.compiler.truffle.runtime.GraalTruffleRuntime is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> Class org.graalvm.compiler.truffle.runtime.GraalTruffleRuntime$CallMethods is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> Class org.graalvm.compiler.truffle.common.TruffleCompiler is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> Class org.graalvm.collections.UnmodifiableMapCursor is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> Class org.graalvm.compiler.truffle.runtime.SharedTruffleRuntimeOptions is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> Class org.graalvm.compiler.truffle.runtime.TruffleRuntimeOptions is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> Class org.graalvm.collections.UnmodifiableEconomicMap is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> Class org.graalvm.compiler.debug.TTY is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.api.SubstrateTruffleRuntime (svm-19.0.0.jar)
> Class org.graalvm.compiler.truffle.common.OptimizedAssumptionDependency is not found;
> referenced by 2 class files
> com.oracle.svm.truffle.api.SubstrateOptimizedCallTarget (svm-19.0.0.jar)
> com.oracle.svm.truffle.api.SubstrateTruffleInstalledCodeBridge (svm-19.0.0.jar)
> Class org.graalvm.compiler.truffle.compiler.substitutions.KnownTruffleTypes is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.api.SubstratePartialEvaluator (svm-19.0.0.jar)
> Class org.graalvm.compiler.truffle.compiler.TruffleConstantFieldProvider is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.api.SubstratePartialEvaluator (svm-19.0.0.jar)
> Class org.graalvm.compiler.truffle.common.OptimizedAssumptionDependency$Access is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.api.SubstrateTruffleInstalledCodeBridge (svm-19.0.0.jar)
> Class com.oracle.truffle.api.library.DynamicDispatchLibrary is not found;
> referenced by 2 class files
> com.oracle.svm.truffle.nfi.ErrnoMirrorGen (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.KeysArrayGen (svm-19.0.0.jar)
> Class com.oracle.truffle.api.library.LibraryExport is not found;
> referenced by 2 class files
> com.oracle.svm.truffle.nfi.ErrnoMirrorGen (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.KeysArrayGen (svm-19.0.0.jar)
> Class com.oracle.truffle.api.library.LibraryFactory is not found;
> referenced by 2 class files
> com.oracle.svm.truffle.nfi.ErrnoMirrorGen (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.KeysArrayGen (svm-19.0.0.jar)
> Class com.oracle.truffle.api.interop.InteropLibrary is not found;
> referenced by 2 class files
> com.oracle.svm.truffle.nfi.ErrnoMirrorGen (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.KeysArrayGen (svm-19.0.0.jar)
> Class com.oracle.truffle.api.interop.UnsupportedTypeException is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.nfi.ErrnoMirrorGen (svm-19.0.0.jar)
> Class com.oracle.truffle.api.interop.ArityException is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.nfi.ErrnoMirrorGen (svm-19.0.0.jar)
> Class com.oracle.truffle.api.interop.UnsupportedMessageException is not found;
> referenced by 2 class files
> com.oracle.svm.truffle.nfi.ErrnoMirrorGen (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.KeysArrayGen (svm-19.0.0.jar)
> Class com.oracle.truffle.api.interop.UnknownIdentifierException is not found;
> referenced by 2 class files
> com.oracle.svm.truffle.nfi.ErrnoMirrorGen (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.ErrnoMirror (svm-19.0.0.jar)
> Class com.oracle.truffle.nfi.spi.types.NativeSimpleType is not found;
> referenced by 2 class files
> com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NFIContext (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.NFIInitialization (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.type.CIntPointer is not found;
> referenced by 36 class files
> com.oracle.svm.truffle.nfi.TruffleNFISupport (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.ErrnoMirror (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_com_sun_security_auth_module_UnixSystem (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Java_lang_Process_Supplement (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_net_PlainDatagramSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_PlainDatagramSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_sun_net_sdp_SdpSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixSunNioSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetUtilMD (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_net_PlainSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.VmPrimsJVM (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_net_PlainSocketImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Util_java_net_Inet6AddressImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.Target_java_io_FileInputStream (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetUtil (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinJavaNetCloseImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.darwin.DarwinErrno (svm-19.0.0.jar)
> com.oracle.svm.core.posix.headers.linux.LinuxErrno (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxJavaNetCloseImpl (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxJavaNetNetworkInterface (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsJavaThreads (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsUtils (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsVirtualMemoryProvider (svm-19.0.0.jar)
> com.oracle.svm.core.windows.headers.WindowsErrno (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIJavaVMList (svm-19.0.0.jar)
> com.oracle.svm.jni.JNIGeneratedMethodSupport (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIPrimitiveArrayOperationMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.functions.JNIFunctions (svm-19.0.0.jar)
> Class com.oracle.truffle.api.interop.InvalidArrayIndexException is not found;
> referenced by 2 class files
> com.oracle.svm.truffle.nfi.KeysArrayGen (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.ErrnoMirror (svm-19.0.0.jar)
> Class com.oracle.truffle.api.CompilerDirectives is not found;
> referenced by 2 class files
> com.oracle.svm.truffle.nfi.KeysArrayGen (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.posix.PosixTruffleNFISupport (svm-19.0.0.jar)
> Class com.oracle.truffle.api.profiles.BranchProfile is not found;
> referenced by 2 class files
> com.oracle.svm.truffle.nfi.KeysArrayGen (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.ErrnoMirror (svm-19.0.0.jar)
> Class com.oracle.truffle.api.nodes.NodeCost is not found;
> referenced by 2 class files
> com.oracle.svm.truffle.nfi.KeysArrayGen (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.ErrnoMirrorGen (svm-19.0.0.jar)
> Class com.oracle.truffle.api.interop.TruffleObject is not found;
> referenced by 2 class files
> com.oracle.svm.truffle.nfi.ErrnoMirror (svm-19.0.0.jar)
> com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NFIContext (svm-19.0.0.jar)
> Class com.oracle.truffle.api.CallTarget is not found;
> referenced by 1 class file
> com.oracle.svm.truffle.nfi.NativeClosure (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.type.CLongPointer is not found;
> referenced by 8 class files
> com.oracle.svm.truffle.nfi.Target_com_oracle_truffle_nfi_impl_NFIContext (svm-19.0.0.jar)
> com.oracle.svm.core.posix.JavaNetNetUtilMD (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinUContextRegisterDumper (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinPhysicalMemory (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.ProcFSSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxImageHeapProvider (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsUtils (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.Platform$LINUX is not found;
> referenced by 3 class files
> com.oracle.svm.core.posix.Java_lang_Process_Supplement (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixUtils (svm-19.0.0.jar)
> com.oracle.svm.core.posix.PosixJavaNIOSubstitutions (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.UnmanagedMemorySupport is not found;
> referenced by 4 class files
> com.oracle.svm.core.posix.UnmanagedMemoryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.posix.UnmanagedMemorySupportImpl (svm-19.0.0.jar)
> com.oracle.svm.core.windows.UnmanagedMemoryFeature (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsUnmanagedMemorySupportImpl (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.Platform$DARWIN is not found;
> referenced by 1 class file
> com.oracle.svm.core.posix.JavaNetNetUtilMD (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.type.VoidPointer is not found;
> referenced by 2 class files
> com.oracle.svm.core.posix.PosixJavaNIOSubstitutions (svm-19.0.0.jar)
> com.oracle.svm.jni.JNILibraryInitializer (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.ProcessPropertiesSupport is not found;
> referenced by 4 class files
> com.oracle.svm.core.posix.PosixProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.darwin.DarwinProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.posix.linux.LinuxProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsProcessPropertiesSupport (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.type.CTypeConversion$CCharPointerPointerHolder is not found;
> referenced by 2 class files
> com.oracle.svm.core.posix.PosixProcessPropertiesSupport (svm-19.0.0.jar)
> com.oracle.svm.core.windows.WindowsProcessPropertiesSupport (svm-19.0.0.jar)
> Class org.graalvm.compiler.asm.amd64.AMD64Address is not found;
> referenced by 4 class files
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64DecrementingSafepointCheckOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64CGlobalDataLoadAddressOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64FarReturnOp (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.amd64.AMD64Move$PointerCompressionOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.asm.amd64.AMD64MacroAssembler is not found;
> referenced by 4 class files
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64DecrementingSafepointCheckOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64CGlobalDataLoadAddressOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64FarReturnOp (svm-19.0.0.jar)
> Class org.graalvm.compiler.asm.amd64.AMD64Address$Scale is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64AddressLowering (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.amd64.AMD64Move$MoveFromConstOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.amd64.AMD64MoveFactory is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.amd64.AMD64MoveFactoryBase$BackupSlotProvider is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.amd64.AMD64LIRInstruction is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.amd64.AMD64DecrementingSafepointCheckOp (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64CGlobalDataLoadAddressOp (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.amd64.AMD64Call$IndirectCallOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.amd64.AMD64Call is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.amd64.AMD64AddressValue is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.amd64.AMD64PrefetchOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.amd64.AMD64Move$CompressPointerOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.amd64.AMD64Move$UncompressPointerOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.amd64.AMD64Move$ConvertNullToZeroOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.amd64.AMD64Move$ConvertZeroToNullOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.amd64.AMD64LIRGenerator is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.amd64.AMD64CompressAddressLowering$HeapBaseNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64AddressLowering (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.amd64.AMD64CompressAddressLowering is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64AddressLowering (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.amd64.AMD64AddressNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64AddressLowering (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.amd64.AMD64Call$DirectCallOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.amd64.AMD64LIRKindTool is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.amd64.AMD64BreakpointOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.amd64.AMD64ControlFlow$BranchOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.amd64.AMD64NodeLIRBuilder is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.asm.amd64.AMD64Assembler$ConditionFlag is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.AMD64FarReturnOp (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.common.AddressLoweringPhase is not found;
> referenced by 2 class files
> com.oracle.svm.core.graal.amd64.SubstrateAMD64AddressLoweringPhaseFeature (svm-19.0.0.jar)
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.asm.Label is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.AMD64FarReturnOp (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.amd64.AMD64BlockEndOp is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.AMD64FarReturnOp (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.amd64.AMD64FrameMap is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.lir.amd64.AMD64FrameMapBuilder is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.amd64.AMD64ArithmeticLIRGenerator is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.asm.amd64.AMD64Assembler is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.compiler.core.amd64.AMD64MoveFactoryBase is not found;
> referenced by 1 class file
> com.oracle.svm.core.graal.amd64.SubstrateAMD64Backend (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.PinnedObjectSupport is not found;
> referenced by 1 class file
> com.oracle.svm.core.genscavenge.PinnedObjectImpl (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.PiArrayNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.PrefetchAllocateNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.genscavenge.graal.AllocationSnippets (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.AbstractCompareAndSwapNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.genscavenge.graal.InsertWriteBarrierPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.LoweredAtomicReadAndWriteNode is not found;
> referenced by 1 class file
> com.oracle.svm.core.genscavenge.graal.InsertWriteBarrierPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.phases.tiers.MidTierContext is not found;
> referenced by 1 class file
> com.oracle.svm.core.genscavenge.graal.InsertWriteBarrierPhase (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.extended.RawStoreNode is not found;
> referenced by 1 class file
> com.oracle.svm.jni.hosted.JNIFieldAccessorMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.extended.RawLoadNode is not found;
> referenced by 1 class file
> com.oracle.svm.jni.hosted.JNIFieldAccessorMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.ValuePhiNode is not found;
> referenced by 2 class files
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> com.oracle.svm.jni.hosted.JNIPrimitiveArrayOperationMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.AbstractMergeNode is not found;
> referenced by 1 class file
> com.oracle.svm.jni.hosted.JNIJavaCallWrapperMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.java.MonitorIdNode is not found;
> referenced by 1 class file
> com.oracle.svm.jni.hosted.JNINativeCallWrapperMethod (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.IntegerLessThanNode is not found;
> referenced by 1 class file
> com.oracle.svm.jni.hosted.JNIPrimitiveArrayOperationMethod (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.c.type.CShortPointer is not found;
> referenced by 1 class file
> com.oracle.svm.jni.functions.JNIFunctions (svm-19.0.0.jar)
> Class org.graalvm.nativeimage.impl.RuntimeReflectionSupport is not found;
> referenced by 3 class files
> com.oracle.svm.jni.access.JNIAccessFeature (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionFeature (svm-19.0.0.jar)
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
> Class com.oracle.graal.pointsto.flow.context.object.AnalysisObject is not found;
> referenced by 1 class file
> com.oracle.svm.jni.access.JNIAccessFeature (svm-19.0.0.jar)
> Class org.graalvm.compiler.nodes.calc.PointerEqualsNode is not found;
> referenced by 1 class file
> com.oracle.svm.reflect.hosted.ReflectionSubstitutionType (svm-19.0.0.jar)
23a7311,7312
> svm-19.0.0.jar is at:
> org.apache.beam:beam-sdks-java-io-amazon-web-services2:2.20.0-SNAPSHOT (compile) / software.amazon.awssdk:cloudwatch:2.10.61 (compile) / software.amazon.awssdk:netty-nio-client:2.10.61 (runtime) / io.netty:netty-common:4.1.42.Final (compile) / com.oracle.substratevm:svm:19.0.0 (provided)
@suztomo
Copy link

suztomo commented Feb 11, 2020

The netty's use of GraalVM optimization is currently known false positive in the Linkage Checker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment