mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +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
|
@ -112,6 +112,11 @@ void VM_Version::initialize() {
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef COMPILER2
|
||||
// Currently not supported anywhere.
|
||||
FLAG_SET_DEFAULT(UseFPUForSpilling, false);
|
||||
#endif
|
||||
|
||||
char buf[512];
|
||||
jio_snprintf(buf, sizeof(buf), "%s%s%s%s%s%s%s%s%s%s%s%s",
|
||||
(has_v8() ? ", has_v8" : ""),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue