src/share/vm/runtime/globals.hpp

changeset 1614
3d6016e040d6
parent 1605
c4d722788ed6
parent 1608
73b22f919c34
child 1623
99af867dfa05
child 1628
c81fa70144aa
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Jan 19 14:23:18 2010 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Jan 20 12:54:25 2010 -0800
     1.3 @@ -3460,6 +3460,9 @@
     1.4    diagnostic(bool, OptimizeMethodHandles, true,                             \
     1.5            "when constructing method handles, try to improve them")          \
     1.6                                                                              \
     1.7 +  experimental(bool, TrustFinalNonStaticFields, false,                      \
     1.8 +          "trust final non-static declarations for constant folding")       \
     1.9 +                                                                            \
    1.10    experimental(bool, EnableInvokeDynamic, false,                            \
    1.11            "recognize the invokedynamic instruction")                        \
    1.12                                                                              \

mercurial