diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Feb 02 19:50:18 2012 -0800
+++ b/src/share/vm/runtime/globals.hpp	Thu Feb 02 20:45:36 2012 -0800
@@ -3124,7 +3124,7 @@
           "if non-zero, start verifying C heap after Nth call to "          \
           "malloc/realloc/free")                                            \
                                                                             \
-  product(intx, TypeProfileWidth,     2,                                   \
+  product_pd(intx, TypeProfileWidth,                                        \
           "number of receiver types to record in call/cast profile")        \
                                                                             \
   develop(intx, BciProfileWidth,      2,                                    \