You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/06/22 03:59:33 UTC

[GitHub] [skywalking] wu-sheng commented on a change in pull request #2930: One more time for heigher performance

wu-sheng commented on a change in pull request #2930: One more time for heigher performance
URL: https://github.com/apache/skywalking/pull/2930#discussion_r296433073
 
 

 ##########
 File path: apm-commons/apm-datacarrier/src/main/java/org/apache/skywalking/apm/commons/datacarrier/common/AtomicRangeInteger.java
 ##########
 @@ -18,54 +18,106 @@
 
 
 package org.apache.skywalking.apm.commons.datacarrier.common;
+import sun.misc.Unsafe;
 
 Review comment:
   Is this safe for all JREs? Including OpenJDK and new versions? I remember Oracle changed the package name once.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services