changeset 15690:d3c33144cab5

make TypeProfileWidth pd
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 15 May 2014 18:13:24 +0200
parents 54011d1d1ae3
children 6a13c422fca4
files src/share/vm/runtime/globals.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu May 15 17:25:49 2014 +0200
+++ b/src/share/vm/runtime/globals.hpp	Thu May 15 18:13:24 2014 +0200
@@ -3058,7 +3058,7 @@
           "If non-zero, maximum number of words that malloc/realloc can "   \
           "allocate (for testing only)")                                    \
                                                                             \
-  product(intx, TypeProfileWidth,     2,                                    \
+  product_pd(intx, TypeProfileWidth,                                        \
           "Number of receiver types to record in call/cast profile")        \
                                                                             \
   product_pd(intx, MethodProfileWidth,                                      \