mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 22:04:51 +02:00
6978249: spill between cpu and fpu registers when those moves are fast
Reviewed-by: kvn
This commit is contained in:
parent
a325f5589a
commit
a54b1ff70e
10 changed files with 116 additions and 8 deletions
|
@ -128,6 +128,12 @@ jint init_globals() {
|
|||
Universe::verify(); // make sure we're starting with a clean slate
|
||||
}
|
||||
|
||||
// All the flags that get adjusted by VM_Version_init and os::init_2
|
||||
// have been set so dump the flags now.
|
||||
if (PrintFlagsFinal) {
|
||||
CommandLineFlags::printFlags();
|
||||
}
|
||||
|
||||
return JNI_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue