gingk
gingk
Hi @wkgcass, @fernando-valdez, I was able to reproduce the issue with GraalVM 22.0.2+9.1 on Linux x64. However, I confirmed that it no longer reproduces with version 23.0.1+11.1. I hope this...
When I tested using the following code, it seemed that `-Djavax.net.debug=ssl` was working in my environment (Linux x64). ```java import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URI; import java.net.URL; public...
I found this issue interesting, so I looked into it during my free time. Regarding the sample code in this issue, the result of the `findLoadedClass` method remains `null`. However,...
Hi @fernando-valdez, I have looked into this issue. The `ResolverConfigurationImpl` class is initialized at build time by default. During initialization, it invokes the JNI method `init0`, which sets values for...
Hi @vjovanov, Looking into this issue, I identified the direct cause. It seems that `[Ljava.lang.String;` is excluded due to the configuration in the following section, which prevents it from being...