src/share/vm/runtime/globals.hpp

changeset 2942
a93146d0e4be
parent 2920
a80577f854f9
child 2954
f8c9417e3571
child 2964
2a241e764894
equal deleted inserted replaced
2941:60b8287df30e 2942: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") \

mercurial