This repository was archived by the owner on May 14, 2026. It is now read-only.
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 @@ -150,15 +150,18 @@ private static void loadGrpcNettyClasses(BeforeAnalysisAccess access) {
150150 "consumerIndex" );
151151 registerForUnsafeFieldAccess (
152152 access ,
153- NETTY_SHADED_PACKAGE + "org.jctools.queues.unpadded.MpscUnpaddedArrayQueueProducerIndexField" ,
153+ NETTY_SHADED_PACKAGE
154+ + "org.jctools.queues.unpadded.MpscUnpaddedArrayQueueProducerIndexField" ,
154155 "producerIndex" );
155156 registerForUnsafeFieldAccess (
156157 access ,
157- NETTY_SHADED_PACKAGE + "org.jctools.queues.unpadded.MpscUnpaddedArrayQueueProducerLimitField" ,
158+ NETTY_SHADED_PACKAGE
159+ + "org.jctools.queues.unpadded.MpscUnpaddedArrayQueueProducerLimitField" ,
158160 "producerLimit" );
159161 registerForUnsafeFieldAccess (
160162 access ,
161- NETTY_SHADED_PACKAGE + "org.jctools.queues.unpadded.MpscUnpaddedArrayQueueConsumerIndexField" ,
163+ NETTY_SHADED_PACKAGE
164+ + "org.jctools.queues.unpadded.MpscUnpaddedArrayQueueConsumerIndexField" ,
162165 "consumerIndex" );
163166 registerForUnsafeFieldAccess (
164167 access ,
You can’t perform that action at this time.
0 commit comments