src/share/vm/runtime/globals.hpp

changeset 1802
9e321dcfa5b7
parent 1801
b9d85fcdf743
child 1845
f03d0a26bf83
child 1861
2338d41fbd81
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Apr 07 10:35:56 2010 -0700
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Apr 07 12:39:27 2010 -0700
     1.3 @@ -2708,7 +2708,8 @@
     1.4    product(intx,  AllocatePrefetchStyle, 1,                                  \
     1.5            "0 = no prefetch, "                                               \
     1.6            "1 = prefetch instructions for each allocation, "                 \
     1.7 -          "2 = use TLAB watermark to gate allocation prefetch")             \
     1.8 +          "2 = use TLAB watermark to gate allocation prefetch, "            \
     1.9 +          "3 = use BIS instruction on Sparc for allocation prefetch")       \
    1.10                                                                              \
    1.11    product(intx,  AllocatePrefetchDistance, -1,                              \
    1.12            "Distance to prefetch ahead of allocation pointer")               \

mercurial