8260391: Remove StringCoding::err

Reviewed-by: shade, rriggs
This commit is contained in:
Claes Redestad 2021-01-26 15:25:01 +00:00
parent af8a08f584
commit b07797c284
2 changed files with 0 additions and 82 deletions

View file

@ -34,13 +34,6 @@ class StringCoding {
private StringCoding() { }
/**
* Print a message directly to stderr, bypassing all character conversion
* methods.
* @param msg message to print
*/
private static native void err(String msg);
@IntrinsicCandidate
public static boolean hasNegatives(byte[] ba, int off, int len) {
for (int i = off; i < off + len; i++) {