comparison src/share/vm/runtime/globals.hpp @ 3839:3d42f82cd811

7063628: Use cbcond on T4 Summary: Add new short branch instruction to Hotspot sparc assembler. Reviewed-by: never, twisti, jrose
author kvn
date Thu, 21 Jul 2011 11:25:07 -0700
parents 1f4f4ae84625
children 1af104d6cf99
comparison
equal deleted inserted replaced
3838:6a991dcb52bb 3839:3d42f82cd811
1203 "Use SSE2 MOVQ instruction for Arraycopy") \ 1203 "Use SSE2 MOVQ instruction for Arraycopy") \
1204 \ 1204 \
1205 product(bool, UseUnalignedLoadStores, false, \ 1205 product(bool, UseUnalignedLoadStores, false, \
1206 "Use SSE2 MOVDQU instruction for Arraycopy") \ 1206 "Use SSE2 MOVDQU instruction for Arraycopy") \
1207 \ 1207 \
1208 product(bool, UseCBCond, false, \
1209 "Use compare and branch instruction on SPARC") \
1210 \
1208 product(intx, FieldsAllocationStyle, 1, \ 1211 product(intx, FieldsAllocationStyle, 1, \
1209 "0 - type based with oops first, 1 - with oops last, " \ 1212 "0 - type based with oops first, 1 - with oops last, " \
1210 "2 - oops in super and sub classes are together") \ 1213 "2 - oops in super and sub classes are together") \
1211 \ 1214 \
1212 product(bool, CompactFields, true, \ 1215 product(bool, CompactFields, true, \