src/share/vm/runtime/globals.hpp

changeset 1802
9e321dcfa5b7
parent 1801
b9d85fcdf743
child 1845
f03d0a26bf83
child 1861
2338d41fbd81
equal deleted inserted replaced
1801:b9d85fcdf743 1802:9e321dcfa5b7
2706 "Maximum bytecode size of a method to be analyzed by BC EA.") \ 2706 "Maximum bytecode size of a method to be analyzed by BC EA.") \
2707 \ 2707 \
2708 product(intx, AllocatePrefetchStyle, 1, \ 2708 product(intx, AllocatePrefetchStyle, 1, \
2709 "0 = no prefetch, " \ 2709 "0 = no prefetch, " \
2710 "1 = prefetch instructions for each allocation, " \ 2710 "1 = prefetch instructions for each allocation, " \
2711 "2 = use TLAB watermark to gate allocation prefetch") \ 2711 "2 = use TLAB watermark to gate allocation prefetch, " \
2712 "3 = use BIS instruction on Sparc for allocation prefetch") \
2712 \ 2713 \
2713 product(intx, AllocatePrefetchDistance, -1, \ 2714 product(intx, AllocatePrefetchDistance, -1, \
2714 "Distance to prefetch ahead of allocation pointer") \ 2715 "Distance to prefetch ahead of allocation pointer") \
2715 \ 2716 \
2716 product(intx, AllocatePrefetchLines, 1, \ 2717 product(intx, AllocatePrefetchLines, 1, \

mercurial