# HG changeset patch # User Gilles Duboscq # Date 1400170404 -7200 # Node ID d3c33144cab53809ed30cfdd7a70ed817d4f05cc # Parent 54011d1d1ae33371a78f3e7af67a9a6877a8dd5d make TypeProfileWidth pd diff -r 54011d1d1ae3 -r d3c33144cab5 src/share/vm/runtime/globals.hpp --- 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, \