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: [email protected] With regards, Apache Git Services
