File tree Expand file tree Collapse file tree
gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/nativeimage Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,9 +73,6 @@ private static void loadGrpcNettyClasses(BeforeAnalysisAccess access) {
7373 // Misc. classes used by grpc-netty-shaded
7474 registerForReflectiveInstantiation (
7575 access , "io.grpc.netty.shaded.io.netty.channel.socket.nio.NioSocketChannel" );
76- registerForReflectiveInstantiation (
77- access ,
78- "io.grpc.netty.shaded.io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueue" );
7976 registerClassForReflection (
8077 access , "io.grpc.netty.shaded.io.netty.util.internal.NativeLibraryUtil" );
8178 registerClassForReflection (access , "io.grpc.netty.shaded.io.netty.util.ReferenceCountUtil" );
@@ -122,6 +119,9 @@ private static void loadGrpcNettyClasses(BeforeAnalysisAccess access) {
122119 registerClassForReflection (
123120 access ,
124121 "io.grpc.netty.shaded.io.netty.channel.epoll.NativeDatagramPacketArray$NativeDatagramPacket" );
122+ registerClassForReflection (
123+ access ,
124+ "io.grpc.netty.shaded.io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueue" );
125125
126126 // tcnative
127127 registerClassForReflection (
You can’t perform that action at this time.
0 commit comments