提交 9afeef74 编写于 作者: J jrose

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
上级 6bb96b4f
......@@ -3734,7 +3734,7 @@ class CommandLineFlags {
experimental(bool, TrustFinalNonStaticFields, false, \
"trust final non-static declarations for constant folding") \
\
experimental(bool, AllowInvokeGeneric, true, \
experimental(bool, AllowInvokeGeneric, false, \
"accept MethodHandle.invoke and MethodHandle.invokeGeneric " \
"as equivalent methods") \
\
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册