mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +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
|
@ -3003,10 +3003,6 @@ jint Arguments::parse(const JavaVMInitArgs* args) {
|
|||
CommandLineFlags::printSetFlags();
|
||||
}
|
||||
|
||||
if (PrintFlagsFinal) {
|
||||
CommandLineFlags::printFlags();
|
||||
}
|
||||
|
||||
// Apply CPU specific policy for the BiasedLocking
|
||||
if (UseBiasedLocking) {
|
||||
if (!VM_Version::use_biased_locking() &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue