franz1981 commented on a change in pull request #44:
URL: https://github.com/apache/qpid-jms/pull/44#discussion_r737484210



##########
File path: qpid-jms-client/src/main/java/org/apache/qpid/jms/JmsSession.java
##########
@@ -71,6 +69,7 @@
 import javax.jms.TopicSession;
 import javax.jms.TopicSubscriber;
 
+import io.netty.util.internal.PlatformDependent;

Review comment:
       It's just a shortcut to save checking for Unsafe existence: JCTools 
queues are good performers (and mostly GC free) but need to decide if use the 
Atomic or Unsafe variant; using this Netty util class save checking it by 
ourself, but can be changed to perform some explicit check too




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to