src/share/vm/runtime/globals.hpp

changeset 506
3d62cb85208d
parent 450
d825a8a2bd39
child 511
d6fe2e4959d6
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Mar 19 15:14:36 2008 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Mar 19 15:33:25 2008 -0700
     1.3 @@ -949,6 +949,12 @@
     1.4    product(bool, UseXmmRegToRegMoveAll, false,                               \
     1.5            "Copy all XMM register bits when moving value between registers") \
     1.6                                                                              \
     1.7 +  product(bool, UseXmmI2D, false,                                           \
     1.8 +          "Use SSE2 CVTDQ2PD instruction to convert Integer to Double")     \
     1.9 +                                                                            \
    1.10 +  product(bool, UseXmmI2F, false,                                           \
    1.11 +          "Use SSE2 CVTDQ2PS instruction to convert Integer to Float")      \
    1.12 +                                                                            \
    1.13    product(intx, FieldsAllocationStyle, 1,                                   \
    1.14            "0 - type based with oops first, 1 - with oops last")             \
    1.15                                                                              \

mercurial