Searched refs:compressChar (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/test/compiler/intrinsics/string/
H A DTestStringIntrinsicRangeChecks.java84 Method compressChar = Helper.class.getMethod("compressChar", char[].class, int.class, int.class, int.class, int.class);
103 check(compressChar, srcOverflow || dstOverflow, charArray, srcOff, SIZE, dstOff, len);
/openjdk10/hotspot/test/compiler/patches/java.base/java/lang/
H A DHelper.java45 public static byte[] compressChar(char[] src, int srcOff, int dstSize, int dstOff, int len) { method in class:Helper

Completed in 43 milliseconds