comparison src/share/vm/runtime/globals.hpp @ 15690:d3c33144cab5

make TypeProfileWidth pd
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 15 May 2014 18:13:24 +0200
parents 8638307944be
children dffc37fa7157
comparison
equal deleted inserted replaced
15689:54011d1d1ae3 15690:d3c33144cab5
3056 \ 3056 \
3057 diagnostic(uintx, MallocMaxTestWords, 0, \ 3057 diagnostic(uintx, MallocMaxTestWords, 0, \
3058 "If non-zero, maximum number of words that malloc/realloc can " \ 3058 "If non-zero, maximum number of words that malloc/realloc can " \
3059 "allocate (for testing only)") \ 3059 "allocate (for testing only)") \
3060 \ 3060 \
3061 product(intx, TypeProfileWidth, 2, \ 3061 product_pd(intx, TypeProfileWidth, \
3062 "Number of receiver types to record in call/cast profile") \ 3062 "Number of receiver types to record in call/cast profile") \
3063 \ 3063 \
3064 product_pd(intx, MethodProfileWidth, \ 3064 product_pd(intx, MethodProfileWidth, \
3065 "number of methods to record in call profile") \ 3065 "number of methods to record in call profile") \
3066 \ 3066 \