src/share/vm/runtime/globals.hpp

changeset 1608
73b22f919c34
parent 1592
c3b315a0d58a
child 1614
3d6016e040d6
equal deleted inserted replaced
1607:b2b6a9bf6238 1608:73b22f919c34
3368 "perform extra checks when constructing method handles") \ 3368 "perform extra checks when constructing method handles") \
3369 \ 3369 \
3370 diagnostic(bool, OptimizeMethodHandles, true, \ 3370 diagnostic(bool, OptimizeMethodHandles, true, \
3371 "when constructing method handles, try to improve them") \ 3371 "when constructing method handles, try to improve them") \
3372 \ 3372 \
3373 experimental(bool, TrustFinalNonStaticFields, false, \
3374 "trust final non-static declarations for constant folding") \
3375 \
3373 experimental(bool, EnableInvokeDynamic, false, \ 3376 experimental(bool, EnableInvokeDynamic, false, \
3374 "recognize the invokedynamic instruction") \ 3377 "recognize the invokedynamic instruction") \
3375 \ 3378 \
3376 develop(bool, TraceInvokeDynamic, false, \ 3379 develop(bool, TraceInvokeDynamic, false, \
3377 "trace internal invoke dynamic operations") \ 3380 "trace internal invoke dynamic operations") \

mercurial