comparison src/share/vm/runtime/globals.hpp @ 7215:7c5f7e7cf2c2

Merge.
author Christian Haeubl <haeubl@ssw.jku.at>
date Tue, 04 Dec 2012 10:10:02 +0100
parents 1baf7f1e3f23 e9fe9d3d94ac
children 8a3efb8c831d
comparison
equal deleted inserted replaced
7126:ce248dc0a656 7215:7c5f7e7cf2c2
2922 \ 2922 \
2923 diagnostic(intx, MallocVerifyStart, 0, \ 2923 diagnostic(intx, MallocVerifyStart, 0, \
2924 "if non-zero, start verifying C heap after Nth call to " \ 2924 "if non-zero, start verifying C heap after Nth call to " \
2925 "malloc/realloc/free") \ 2925 "malloc/realloc/free") \
2926 \ 2926 \
2927 product(intx, TypeProfileWidth, 2, \ 2927 product_pd(intx, TypeProfileWidth, \
2928 "number of receiver types to record in call/cast profile") \ 2928 "number of receiver types to record in call/cast profile") \
2929 \ 2929 \
2930 develop(intx, BciProfileWidth, 2, \ 2930 develop(intx, BciProfileWidth, 2, \
2931 "number of return bci's to record in ret profile") \ 2931 "number of return bci's to record in ret profile") \
2932 \ 2932 \