File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/nativeimage Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 3232
3333import static com .google .api .gax .nativeimage .NativeImageUtils .registerClassForReflection ;
3434import static com .google .api .gax .nativeimage .NativeImageUtils .registerClassHierarchyForReflection ;
35+ import static com .google .api .gax .nativeimage .NativeImageUtils .registerConstructorsForReflection ;
3536import static com .google .api .gax .nativeimage .NativeImageUtils .registerForReflectiveInstantiation ;
3637import static com .google .api .gax .nativeimage .NativeImageUtils .registerForUnsafeFieldAccess ;
3738
@@ -105,6 +106,9 @@ private static void loadGrpcNettyClasses(BeforeAnalysisAccess access) {
105106 access , "io.grpc.netty.shaded.io.grpc.netty.ProtocolNegotiators$GrpcNegotiationHandler" );
106107 registerClassForReflection (
107108 access , "io.grpc.netty.shaded.io.netty.channel.ChannelHandlerMask" );
109+ registerConstructorsForReflection (
110+ access ,
111+ "io.grpc.netty.shaded.io.netty.util.internal.shaded.org.jctools.queues.unpadded.MpscUnpaddedArrayQueue" );
108112
109113 // Epoll Libraries
110114 registerClassForReflection (access , "io.grpc.netty.shaded.io.netty.channel.epoll.Epoll" );
You can’t perform that action at this time.
0 commit comments