mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
Merge
This commit is contained in:
commit
446895de2d
45 changed files with 3514 additions and 759 deletions
|
@ -943,6 +943,12 @@ class CommandLineFlags {
|
|||
product(bool, UseXmmRegToRegMoveAll, false, \
|
||||
"Copy all XMM register bits when moving value between registers") \
|
||||
\
|
||||
product(bool, UseXmmI2D, false, \
|
||||
"Use SSE2 CVTDQ2PD instruction to convert Integer to Double") \
|
||||
\
|
||||
product(bool, UseXmmI2F, false, \
|
||||
"Use SSE2 CVTDQ2PS instruction to convert Integer to Float") \
|
||||
\
|
||||
product(intx, FieldsAllocationStyle, 1, \
|
||||
"0 - type based with oops first, 1 - with oops last") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue