comparison src/share/vm/runtime/globals.hpp @ 3745:a93146d0e4be

7049410: JSR 292 old method name MethodHandle.invokeGeneric should not be accepted by the JVM Summary: change the default setting of the flag AllowInvokeGeneric to false Reviewed-by: never
author jrose
date Wed, 01 Jun 2011 23:25:31 -0700
parents a80577f854f9
children a9b8b43b115f 2a241e764894
comparison
equal deleted inserted replaced
3744:60b8287df30e 3745:a93146d0e4be
3732 "if the platform supports them") \ 3732 "if the platform supports them") \
3733 \ 3733 \
3734 experimental(bool, TrustFinalNonStaticFields, false, \ 3734 experimental(bool, TrustFinalNonStaticFields, false, \
3735 "trust final non-static declarations for constant folding") \ 3735 "trust final non-static declarations for constant folding") \
3736 \ 3736 \
3737 experimental(bool, AllowInvokeGeneric, true, \ 3737 experimental(bool, AllowInvokeGeneric, false, \
3738 "accept MethodHandle.invoke and MethodHandle.invokeGeneric " \ 3738 "accept MethodHandle.invoke and MethodHandle.invokeGeneric " \
3739 "as equivalent methods") \ 3739 "as equivalent methods") \
3740 \ 3740 \
3741 develop(bool, TraceInvokeDynamic, false, \ 3741 develop(bool, TraceInvokeDynamic, false, \
3742 "trace internal invoke dynamic operations") \ 3742 "trace internal invoke dynamic operations") \