comparison src/share/vm/runtime/globals.hpp @ 4464:f304ba0d4e24

inlining seems stable but deoptimizes too frequently
author Christian Haeubl <christian.haeubl@oracle.com>
date Thu, 02 Feb 2012 20:45:36 -0800
parents 716a2c5c0656
children 35ca3ade314d
comparison
equal deleted inserted replaced
4463:6616513a42de 4464:f304ba0d4e24
3122 \ 3122 \
3123 diagnostic(intx, MallocVerifyStart, 0, \ 3123 diagnostic(intx, MallocVerifyStart, 0, \
3124 "if non-zero, start verifying C heap after Nth call to " \ 3124 "if non-zero, start verifying C heap after Nth call to " \
3125 "malloc/realloc/free") \ 3125 "malloc/realloc/free") \
3126 \ 3126 \
3127 product(intx, TypeProfileWidth, 2, \ 3127 product_pd(intx, TypeProfileWidth, \
3128 "number of receiver types to record in call/cast profile") \ 3128 "number of receiver types to record in call/cast profile") \
3129 \ 3129 \
3130 develop(intx, BciProfileWidth, 2, \ 3130 develop(intx, BciProfileWidth, 2, \
3131 "number of return bci's to record in ret profile") \ 3131 "number of return bci's to record in ret profile") \
3132 \ 3132 \