comparison src/share/vm/runtime/globals.hpp @ 1173:73b22f919c34

6912065: final fields in objects need to support inlining optimizations for JSR 292 Reviewed-by: twisti, kvn
author jrose
date Wed, 13 Jan 2010 23:05:52 -0800
parents c3b315a0d58a
children 3d6016e040d6
comparison
equal deleted inserted replaced
1172:b2b6a9bf6238 1173: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") \