Skip to content

Commit

Permalink
Rerun DefaultOptionsHolder's class initializer.
Browse files Browse the repository at this point in the history
Fixes #6457.
  • Loading branch information
fniephaus committed Sep 18, 2023
1 parent ed10ea8 commit b6654d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class JNIRegistrationJavaNio extends JNIRegistrationUtil implements Inter
public void duringSetup(DuringSetupAccess a) {
rerunClassInit(a, "sun.nio.ch.IOUtil", "sun.nio.ch.ServerSocketChannelImpl", "sun.nio.ch.DatagramChannelImpl", "sun.nio.ch.FileChannelImpl", "sun.nio.ch.FileKey");
rerunClassInit(a, "java.nio.file.Files$FileTypeDetectors");
rerunClassInit(a, "sun.nio.ch.Net", "sun.nio.ch.SocketOptionRegistry$LazyInitialization");
rerunClassInit(a, "sun.nio.ch.Net", "sun.nio.ch.SocketOptionRegistry$LazyInitialization", "sun.nio.ch.AsynchronousSocketChannelImpl$DefaultOptionsHolder");
/* Ensure that the interrupt signal handler is initialized at runtime. */
rerunClassInit(a, "sun.nio.ch.NativeThread");
rerunClassInit(a, "sun.nio.ch.FileDispatcherImpl", "sun.nio.ch.FileChannelImpl$Unmapper");
Expand Down

0 comments on commit b6654d0

Please sign in to comment.