comparison src/share/vm/runtime/globals.hpp @ 7214:e9fe9d3d94ac

re-enabled inlining of polymorphic calls with more than 2 receiver types
author Christian Haeubl <haeubl@ssw.jku.at>
date Tue, 04 Dec 2012 10:09:25 +0100
parents 263bc2349f15
children 7c5f7e7cf2c2
comparison
equal deleted inserted replaced
7213:ceb8c5b29419 7214:e9fe9d3d94ac
2908 \ 2908 \
2909 diagnostic(intx, MallocVerifyStart, 0, \ 2909 diagnostic(intx, MallocVerifyStart, 0, \
2910 "if non-zero, start verifying C heap after Nth call to " \ 2910 "if non-zero, start verifying C heap after Nth call to " \
2911 "malloc/realloc/free") \ 2911 "malloc/realloc/free") \
2912 \ 2912 \
2913 product(intx, TypeProfileWidth, 2, \ 2913 product_pd(intx, TypeProfileWidth, \
2914 "number of receiver types to record in call/cast profile") \ 2914 "number of receiver types to record in call/cast profile") \
2915 \ 2915 \
2916 develop(intx, BciProfileWidth, 2, \ 2916 develop(intx, BciProfileWidth, 2, \
2917 "number of return bci's to record in ret profile") \ 2917 "number of return bci's to record in ret profile") \
2918 \ 2918 \