You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The static initializer within InetAddress is executed at build time on the build system. This causes a crash later on at runtime on the executing system where the results of said initialization isn't available.
The text was updated successfully, but these errors were encountered:
The current way of resolving the hostname uses a static initializer under the hood which leads to problems when building a native binary using Graal.
The static initializer within
InetAddress
is executed at build time on the build system. This causes a crash later on at runtime on the executing system where the results of said initialization isn't available.The text was updated successfully, but these errors were encountered: