hotspot/src/share/vm/runtime/globals.hpp
changeset 10252 0981ce1c3eef
parent 10029 40bb1a296f74
child 10267 8bdeec886dc4
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Jul 21 08:38:25 2011 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Jul 21 11:25:07 2011 -0700
@@ -1205,6 +1205,9 @@
   product(bool, UseUnalignedLoadStores, false,                              \
           "Use SSE2 MOVDQU instruction for Arraycopy")                      \
                                                                             \
+  product(bool, UseCBCond, false,                                           \
+          "Use compare and branch instruction on SPARC")                    \
+                                                                            \
   product(intx, FieldsAllocationStyle, 1,                                   \
           "0 - type based with oops first, 1 - with oops last, "            \
           "2 - oops in super and sub classes are together")                 \