Skip to content

Commit e80c3aa

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ 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");
7679
registerClassForReflection(
7780
access, "io.grpc.netty.shaded.io.netty.util.internal.NativeLibraryUtil");
7881
registerClassForReflection(access, "io.grpc.netty.shaded.io.netty.util.ReferenceCountUtil");

0 commit comments

Comments
 (0)