comparison 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
comparison
equal deleted inserted replaced
1171:5b00c9feb9ea 1179:3d6016e040d6
3458 "perform extra checks when constructing method handles") \ 3458 "perform extra checks when constructing method handles") \
3459 \ 3459 \
3460 diagnostic(bool, OptimizeMethodHandles, true, \ 3460 diagnostic(bool, OptimizeMethodHandles, true, \
3461 "when constructing method handles, try to improve them") \ 3461 "when constructing method handles, try to improve them") \
3462 \ 3462 \
3463 experimental(bool, TrustFinalNonStaticFields, false, \
3464 "trust final non-static declarations for constant folding") \
3465 \
3463 experimental(bool, EnableInvokeDynamic, false, \ 3466 experimental(bool, EnableInvokeDynamic, false, \
3464 "recognize the invokedynamic instruction") \ 3467 "recognize the invokedynamic instruction") \
3465 \ 3468 \
3466 develop(bool, TraceInvokeDynamic, false, \ 3469 develop(bool, TraceInvokeDynamic, false, \
3467 "trace internal invoke dynamic operations") \ 3470 "trace internal invoke dynamic operations") \