Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
ZK Jute compiler uses its own byte Array equality check. JDK has one which is marked with the HotSpotIntrinsicCandidate annotation. This means that the JDK may have a native optimization for the routine.
https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/java/util/Arrays.java#L2654
Attachments
Issue Links
- links to