src/java.base/share/classes/java/util/zip/CRC32C.java

Print this page
rev 12972 : 8140606: Update library code to use internal Unsafe
Reviewed-by: duke

*** 26,36 **** import java.nio.ByteBuffer; import java.nio.ByteOrder; import jdk.internal.HotSpotIntrinsicCandidate; ! import sun.misc.Unsafe; import sun.nio.ch.DirectBuffer; /** * A class that can be used to compute the CRC-32C of a data stream. * --- 26,36 ---- import java.nio.ByteBuffer; import java.nio.ByteOrder; import jdk.internal.HotSpotIntrinsicCandidate; ! import jdk.internal.misc.Unsafe; import sun.nio.ch.DirectBuffer; /** * A class that can be used to compute the CRC-32C of a data stream. *