mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8260391: Remove StringCoding::err
Reviewed-by: shade, rriggs
This commit is contained in:
parent
af8a08f584
commit
b07797c284
2 changed files with 0 additions and 82 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue