diff src/share/vm/runtime/globals.hpp @ 1179:3d6016e040d6

Merge
author iveresov
date Wed, 20 Jan 2010 12:54:25 -0800
parents c4d722788ed6 73b22f919c34
children 99af867dfa05 c81fa70144aa
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Jan 19 14:23:18 2010 -0800
+++ b/src/share/vm/runtime/globals.hpp	Wed Jan 20 12:54:25 2010 -0800
@@ -3460,6 +3460,9 @@
   diagnostic(bool, OptimizeMethodHandles, true,                             \
           "when constructing method handles, try to improve them")          \
                                                                             \
+  experimental(bool, TrustFinalNonStaticFields, false,                      \
+          "trust final non-static declarations for constant folding")       \
+                                                                            \
   experimental(bool, EnableInvokeDynamic, false,                            \
           "recognize the invokedynamic instruction")                        \
                                                                             \