File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/nativeimage Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -174,15 +174,18 @@ private static void loadGrpcNettyClasses(BeforeAnalysisAccess access) {
174174 "consumerIndex" );
175175 registerForUnsafeFieldAccess (
176176 access ,
177- NETTY_SHADED_PACKAGE + "org.jctools.queues.BaseMpscLinkedUnpaddedArrayQueueProducerFields" ,
177+ NETTY_SHADED_PACKAGE
178+ + "org.jctools.queues.BaseMpscLinkedUnpaddedArrayQueueProducerFields" ,
178179 "producerIndex" );
179180 registerForUnsafeFieldAccess (
180181 access ,
181- NETTY_SHADED_PACKAGE + "org.jctools.queues.BaseMpscLinkedUnpaddedArrayQueueColdProducerFields" ,
182+ NETTY_SHADED_PACKAGE
183+ + "org.jctools.queues.BaseMpscLinkedUnpaddedArrayQueueColdProducerFields" ,
182184 "producerLimit" );
183185 registerForUnsafeFieldAccess (
184186 access ,
185- NETTY_SHADED_PACKAGE + "org.jctools.queues.BaseMpscLinkedUnpaddedArrayQueueConsumerFields" ,
187+ NETTY_SHADED_PACKAGE
188+ + "org.jctools.queues.BaseMpscLinkedUnpaddedArrayQueueConsumerFields" ,
186189 "consumerIndex" );
187190 }
188191 }
You can’t perform that action at this time.
0 commit comments