src/share/vm/opto/c2_globals.hpp

changeset 5658
edb5ab0f3fe5
parent 5513
bcc4f6f54d83
child 5660
34bd5e86aadb
     1.1 --- a/src/share/vm/opto/c2_globals.hpp	Mon Sep 09 19:53:28 2013 +0200
     1.2 +++ b/src/share/vm/opto/c2_globals.hpp	Tue Sep 10 14:51:48 2013 -0700
     1.3 @@ -448,6 +448,9 @@
     1.4    product(bool, EliminateAutoBox, true,                                     \
     1.5            "Control optimizations for autobox elimination")                  \
     1.6                                                                              \
     1.7 +  experimental(bool, UseImplicitStableValues, false,                        \
     1.8 +          "Mark well-known stable fields as such (e.g. String.value)")      \
     1.9 +                                                                            \
    1.10    product(intx, AutoBoxCacheMax, 128,                                       \
    1.11            "Sets max value cached by the java.lang.Integer autobox cache")   \
    1.12                                                                              \

mercurial