Skip to content

Commit 8e3d904

Browse files
committed
chore: Update config for constructor access for MpscUnpaddedArrayQueue
1 parent e80c3aa commit 8e3d904

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/nativeimage/GrpcNettyFeature.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)