< prev index next >

src/java.base/share/classes/jdk/internal/util/ArraysSupport.java

Print this page
8234131: Miscellaneous changes imported from jsr166 CVS 2020-06
Reviewed-by: martin

@@ -22,11 +22,11 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 package jdk.internal.util;
 
-import jdk.internal.HotSpotIntrinsicCandidate;
+import jdk.internal.vm.annotation.IntrinsicCandidate;
 import jdk.internal.misc.Unsafe;
 
 /**
  * Utility methods to work with arrays.  This includes a set of methods
  * to find a mismatch between two primitive arrays.  Also included is
< prev index next >