comparison src/share/vm/runtime/globals.hpp @ 2460:ed69575596ac

6981791: remove experimental code for JSR 292 Reviewed-by: twisti
author jrose
date Thu, 07 Apr 2011 17:02:30 -0700
parents 98c560260039
children 6c97c830fb6f
comparison
equal deleted inserted replaced
2459:55973726c600 2460:ed69575596ac
3716 "when constructing method handles, try to improve them") \ 3716 "when constructing method handles, try to improve them") \
3717 \ 3717 \
3718 experimental(bool, TrustFinalNonStaticFields, false, \ 3718 experimental(bool, TrustFinalNonStaticFields, false, \
3719 "trust final non-static declarations for constant folding") \ 3719 "trust final non-static declarations for constant folding") \
3720 \ 3720 \
3721 experimental(bool, AllowTransitionalJSR292, true, \ 3721 experimental(bool, AllowInvokeGeneric, true, \
3722 "recognize pre-PFD formats of invokedynamic") \
3723 \
3724 experimental(bool, PreferTransitionalJSR292, false, \
3725 "prefer pre-PFD APIs on boot class path, if they exist") \
3726 \
3727 experimental(bool, AllowInvokeForInvokeGeneric, false, \
3728 "accept MethodHandle.invoke and MethodHandle.invokeGeneric " \ 3722 "accept MethodHandle.invoke and MethodHandle.invokeGeneric " \
3729 "as equivalent methods") \ 3723 "as equivalent methods") \
3730 \ 3724 \
3731 develop(bool, TraceInvokeDynamic, false, \ 3725 develop(bool, TraceInvokeDynamic, false, \
3732 "trace internal invoke dynamic operations") \ 3726 "trace internal invoke dynamic operations") \