diff 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
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Dec 03 13:44:12 2012 +0100
+++ b/src/share/vm/runtime/globals.hpp	Tue Dec 04 10:09:25 2012 +0100
@@ -2910,7 +2910,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,                                    \