comparison src/share/vm/runtime/globals.hpp @ 779:d0e0d6d824d8

Merge
author kvn
date Fri, 08 May 2009 10:34:31 -0700
parents 20c6f43950b5 93c14e5562c4
children 0316eac49d5a
comparison
equal deleted inserted replaced
758:9b3a41ccc927 779:d0e0d6d824d8
2187 "prints inlining optimizations") \ 2187 "prints inlining optimizations") \
2188 \ 2188 \
2189 diagnostic(bool, PrintIntrinsics, false, \ 2189 diagnostic(bool, PrintIntrinsics, false, \
2190 "prints attempted and successful inlining of intrinsics") \ 2190 "prints attempted and successful inlining of intrinsics") \
2191 \ 2191 \
2192 product(bool, UseCountLeadingZerosInstruction, false, \
2193 "Use count leading zeros instruction") \
2194 \
2192 product(bool, UsePopCountInstruction, false, \ 2195 product(bool, UsePopCountInstruction, false, \
2193 "Use population count instruction") \ 2196 "Use population count instruction") \
2194 \ 2197 \
2195 diagnostic(ccstrlist, DisableIntrinsic, "", \ 2198 diagnostic(ccstrlist, DisableIntrinsic, "", \
2196 "do not expand intrinsics whose (internal) names appear here") \ 2199 "do not expand intrinsics whose (internal) names appear here") \