comparison src/share/vm/runtime/globals.hpp @ 76:d6fe2e4959d6

Merge
author rasbold
date Fri, 21 Mar 2008 08:32:17 -0700
parents cd0742ba123c 3d62cb85208d
children d05ebaf00ed0 c7c777385a15
comparison
equal deleted inserted replaced
62:cd0742ba123c 76:d6fe2e4959d6
941 "Load low part of XMM register and clear upper part") \ 941 "Load low part of XMM register and clear upper part") \
942 \ 942 \
943 product(bool, UseXmmRegToRegMoveAll, false, \ 943 product(bool, UseXmmRegToRegMoveAll, false, \
944 "Copy all XMM register bits when moving value between registers") \ 944 "Copy all XMM register bits when moving value between registers") \
945 \ 945 \
946 product(bool, UseXmmI2D, false, \
947 "Use SSE2 CVTDQ2PD instruction to convert Integer to Double") \
948 \
949 product(bool, UseXmmI2F, false, \
950 "Use SSE2 CVTDQ2PS instruction to convert Integer to Float") \
951 \
946 product(intx, FieldsAllocationStyle, 1, \ 952 product(intx, FieldsAllocationStyle, 1, \
947 "0 - type based with oops first, 1 - with oops last") \ 953 "0 - type based with oops first, 1 - with oops last") \
948 \ 954 \
949 product(bool, CompactFields, true, \ 955 product(bool, CompactFields, true, \
950 "Allocate nonstatic fields in gaps between previous fields") \ 956 "Allocate nonstatic fields in gaps between previous fields") \