mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
Removed hotspot version of jvm*h and jni*h files. Reviewed-by: ihse, mchung, dholmes
This commit is contained in:
parent
b36ba5ff60
commit
e908052a71
177 changed files with 308 additions and 2713 deletions
|
@ -1697,7 +1697,7 @@ C2V_VMENTRY(void, writeDebugOutput, (JNIEnv*, jobject, jbyteArray bytes, jint of
|
|||
}
|
||||
while (length > 0) {
|
||||
jbyte* start = array->byte_at_addr(offset);
|
||||
tty->write((char*) start, MIN2(length, O_BUFLEN));
|
||||
tty->write((char*) start, MIN2(length, (jint)O_BUFLEN));
|
||||
length -= O_BUFLEN;
|
||||
offset += O_BUFLEN;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue