Skip to content

Commit 56d9d05

Browse files
zakkakfniephaus
authored andcommitted
Rerun sun.nio.ch.NioSocketImpl class initializer
Follow up to oracle#7440
1 parent 8388724 commit 56d9d05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

substratevm/src/com.oracle.svm.hosted/src/com/oracle/svm/hosted/jdk/JNIRegistrationJavaNio.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public void duringSetup(DuringSetupAccess a) {
7272
initializeAtRunTime(a, "sun.nio.ch.Net", "sun.nio.ch.SocketOptionRegistry$LazyInitialization");
7373
initializeAtRunTime(a, "sun.nio.ch.AsynchronousSocketChannelImpl$DefaultOptionsHolder", "sun.nio.ch.AsynchronousServerSocketChannelImpl$DefaultOptionsHolder",
7474
"sun.nio.ch.DatagramChannelImpl$DefaultOptionsHolder", "sun.nio.ch.ServerSocketChannelImpl$DefaultOptionsHolder", "sun.nio.ch.SocketChannelImpl$DefaultOptionsHolder");
75+
initializeAtRunTime(a, "sun.nio.ch.NioSocketImpl");
7576
/* Ensure that the interrupt signal handler is initialized at runtime. */
7677
initializeAtRunTime(a, "sun.nio.ch.NativeThread");
7778
initializeAtRunTime(a, "sun.nio.ch.FileDispatcherImpl", "sun.nio.ch.FileChannelImpl$Unmapper");

0 commit comments

Comments
 (0)