mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
Merge
This commit is contained in:
commit
b046110ab7
41 changed files with 620 additions and 426 deletions
|
@ -4061,6 +4061,10 @@ static jint JNI_CreateJavaVM_inner(JavaVM **vm, void **penv, void *args) {
|
|||
OrderAccess::release_store(&vm_created, 0);
|
||||
}
|
||||
|
||||
// Flush stdout and stderr before exit.
|
||||
fflush(stdout);
|
||||
fflush(stderr);
|
||||
|
||||
return result;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue